Skip to content

Commit 234d9c4

Browse files
authored
Fix markdown of fastJoin code example (#573)
1 parent 16c3dd1 commit 234d9c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/hooks.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@ Join related records.
580580
- **Example using Feathers services**
581581
582582
<p class="tip">The services in all these examples are assumed, for simplicity, to have pagination disabled. You will have to decide when to use `paginate: false` in your code.</p>
583+
583584
``` js
584585
// project/src/services/posts/posts.hooks.js
585586
const { fastJoin } = require('feathers-hooks-common');
@@ -621,8 +622,6 @@ Join related records.
621622

622623
```
623624
624-
```
625-
626625
- **Example with recursive operations**
627626
628627
```js

0 commit comments

Comments
 (0)