Skip to content

Commit

Permalink
Merge pull request #2534 from kuzzleio/chore/fix-typo-in-events-api
Browse files Browse the repository at this point in the history
chore(doc): fix typo in events api
  • Loading branch information
etrousset committed May 22, 2024
2 parents 8099cc2 + 35256f0 commit da989f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/2/framework/events/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The `before` event name is built using the following template:

#### Example

| API action | After event name |
| API action | Before event name |
| -------------------------------------------------------------------------------------------- | -------------------------------- |
| [auth:login](/core/2/api/controllers/auth/login) | auth:beforeLogin` |
| [document:createOrReplace](/core/2/api/controllers/document/create-or-replace) | `document:beforeCreateOrReplace` |
Expand Down

0 comments on commit da989f4

Please sign in to comment.