Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clemcode committed May 24, 2022
1 parent 66a0a49 commit aa2cd8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/3.guide/1.writing/4.json.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: 'Nuxt Content can query JSON formatted content.'

Nuxt Content can query JSON formatted content.

::alert{type=info"}
::alert{type=info}
If the document root is an object `{}`, the output contains all the document properties at its root. If the document root is an array `[]`, the output contains all the document properties in a `body` property.
::

Expand Down
2 changes: 1 addition & 1 deletion docs/content/3.guide/1.writing/5.yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: 'Nuxt Content can query YAML / YML formatted content.'

Nuxt Content can query YAML / YML formatted content.

::alert{type=info"}
::alert{type=info}
If the document root is based on key-value pairs, the output contains all the document properties at its root. If the document root is a list `-`, the output contains all the document properties in a `body` property.
::

Expand Down

0 comments on commit aa2cd8b

Please sign in to comment.