Skip to content

Commit

Permalink
chore: quick docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasio committed Aug 25, 2023
1 parent 4181e8d commit bdf05a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/02 - Data Fetching/useSeo.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ const yoast_json = useSeo('json');
const yoast_head = useSeo('html');
```

If there's no seo information for the current route, this hook will return `null`.
If there's no seo information for the current route, this hook will return `null` therefore we recommend checking for null before using the return value.

0 comments on commit bdf05a9

Please sign in to comment.