Skip to content

Commit

Permalink
Fix typos in cds-compile.md (#1556)
Browse files Browse the repository at this point in the history
Being a Latin scholar, I couldn't let this typo go by :-)
  • Loading branch information
qmacro authored Jan 14, 2025
1 parent e5b634f commit 5072bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.js/cds-compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ cds.on('compile.to.edmx', ...)
> As we're using Node's standard [EventEmitter](https://nodejs.org/api/events.html#asynchronous-vs-synchronous),
> event handlers execute **synchronously** in the order they are registered.

> [!tip] Note that several of these events coud be emitted for the same model, so ensure your handlers are idempodent.
> [!tip] Note that several of these events could be emitted for the same model, so ensure your handlers are idempotent.


### compile.for.runtime {.event}
Expand Down

0 comments on commit 5072bd1

Please sign in to comment.