Skip to content

Commit

Permalink
docs(document-driven): fix typo (#1512)
Browse files Browse the repository at this point in the history
Co-authored-by: nobkd <44443899+nobkd@users.noreply.github.com>

Co-authored-by: Ahad Birang <farnabaz@gmail.com>
Co-authored-by: nobkd <44443899+nobkd@users.noreply.github.com>
  • Loading branch information
3 people committed Sep 12, 2022
1 parent e1c5743 commit b4e9591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/3.guide/1.writing/7.document-driven.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ This option will search for a `theme` key in `globals`, then search for a `layou

## Global variables

Queries are be made from a [route middlewares](https://v3.nuxtjs.org/guide/directory-structure/middleware#middleware-directory) and are resolved before your page renders.
Queries are being made from a [route middleware](https://v3.nuxtjs.org/guide/directory-structure/middleware#middleware-directory) and are resolved before your page renders.

This gives access to the [`useContent()`](/api/composables/use-document-driven) composable **anywhere in your app** with the following variables:
- `page`
Expand Down

0 comments on commit b4e9591

Please sign in to comment.