Skip to content

Commit 7b552b0

Browse files
authored
docs: typo in migration docs about source definitions (#3571)
1 parent d8cd35c commit 7b552b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/docs/1.getting-started/4.migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ Many `ProsePre` components are thin wrappers around the `ProseCode` component. W
160160
In Content v3, we renamed `_dir.yml` to `.navigation.yml`. The new name better reflects the purpose of these files.
161161
Module uses these files to gather information about directories for generating navigation.
162162

163-
Note that in order to make these files available for Module, youe should define your collection's source in
164-
a way that includes these files. For example `source: '**'` and `source: '**/*.{md|yml}` will include these files
163+
Note that in order to make these files available for Module, you should define your collection's source in
164+
a way that includes these files. For example `source: '**'` and `source: '**/*.{md,yml}'` will include these files
165165
in collection, but `source: '**/*.md'` will not include them.
166166

167167

0 commit comments

Comments
 (0)