Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5efff1

Browse files
committed
docs(blog): typo
1 parent a8ee72e commit d5efff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/blog/ui-pro-docs-migration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ bun add @nuxt/content@^3
4949

5050
### 2. Create `content.config.ts` file
5151

52-
This configuration file defines your data structure. A collection represents a set of related items. In the case of the docs starter, there are two different collections, the `landing` collection representing the home page, one for the landing page and another for the doc pages.
52+
This configuration file defines your data structure. A collection represents a set of related items. In the case of the docs starter, there are two different collections, the `landing` collection representing the home page and another `docs` collection for the documentation pages.
5353

5454
```js [content.config.ts]
5555
import { defineContentConfig, defineCollection, z } from '@nuxt/content'

0 commit comments

Comments
 (0)