Skip to content

Commit

Permalink
docs(guides): Highlight appropriate code lines regarding the context (f…
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanlatinovic authored Jul 13, 2023
1 parent 0f19e12 commit 8f29a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/cli/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ app.service(messagePath).hooks({

Note that you can add hooks to a specific method as documented in the [hook registration API](../../api/hooks.md#registering-hooks). For example, to use the [profiling hook](./hook.md#profiling-example) only for `find` and `get` the registration can be updated like this:

```ts{8-9}
```ts{12-13}
import { profiler } from '../../hooks/profiler'
// ...
Expand Down

0 comments on commit 8f29a02

Please sign in to comment.