Skip to content

Commit

Permalink
Add missing backtick (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf authored Mar 30, 2023
1 parent d08d9a7 commit d936073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/guides/events/events-versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ my-catalog
└── yarn.lock
```

As you can see in the example we have versioned our `UserCreated event with `1.0.0` and `1.1.0` versions.
As you can see in the example we have versioned our `UserCreated` event with `1.0.0` and `1.1.0` versions.

Following this folder convension EventCatalog will know you have versioned your events and will version them and render them into a new url path `/event/{eventName}/v/{version}` for example.

Expand Down

2 comments on commit d936073

@vercel
Copy link

@vercel vercel bot commented on d936073 Mar 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on d936073 Mar 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.