Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
findingtheconcept committed Dec 23, 2022
1 parent e90dbd1 commit 72fb24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/event-tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Let's dissect this code:
4. `@Post` decorator flags the `sendToElastic` method as a method that'll react to a `save` and is executed after the
save.

!>Only one event tracker can be registered per schema. If you create multiple trackers for the same schema, then `Kindagoose` will take the first one it finds in the module's provider list.<br>2. Discriminators inherit base schema trackers!
!>1. Only one event tracker can be registered per schema. If you create multiple trackers for the same schema, then `Kindagoose` will take the first one it finds in the module's provider list.<br>2. Discriminators inherit base schema trackers!

To apply our tracker just add it into the array of the providers' module, where you have registered all of your schemas.

Expand Down

0 comments on commit 72fb24e

Please sign in to comment.