Skip to content

Commit

Permalink
docs: fix component name (#2482)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Dec 27, 2023
1 parent a69ea72 commit db93ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/4.components/4.content-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: '<ContentQuery>'
description: 'The fastest way to query and display your content.'
---

The `<ContenQuery>` is a renderless component shortening the access to [`queryContent()`](/composables/query-content).
The `<ContentQuery>` is a renderless component shortening the access to [`queryContent()`](/composables/query-content).

```html [pages/[...slug\\].vue]
<!-- Similar to <ContentDoc :path="$route.path" /> -->
Expand Down

0 comments on commit db93ad0

Please sign in to comment.