Skip to content

Commit

Permalink
Update core-services.md
Browse files Browse the repository at this point in the history
  • Loading branch information
renejeglinsky authored Mar 12, 2024
1 parent 0e781ff commit a606765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.js/core-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ Ensure to call `super.init()` to allow subclasses to register their handlers. Do
function srv.prepend(()=>{...})
```

Sometimes, you need to register handlers to run before handlers registered by others before. Use srv.prepend() to do so ´, for example like this:
Sometimes, you need to register handlers to run before handlers registered by others before. Use `srv.prepend()` to do so, for example like this:

```js
cds.on('served',()=>{
Expand Down

0 comments on commit a606765

Please sign in to comment.