Skip to content

Commit

Permalink
doc(): fix typo and spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardodicurtimk committed Sep 17, 2023
1 parent 711564e commit ba4cd59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/01-Getting Started/headless-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ After adding a custom taxonomy to the config, you will be able to filter posts b

```js
usePost({ postType: ['book'], genre: 'action' });
usePosts({ postType:'book', genre: 'action' perPage: 10 });
usePosts({ postType:'book', genre: 'action', perPage: 10 });
useTerms({ taxonomy: 'genre' });
```

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ba4cd59

Please sign in to comment.