File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/content/docs/1.getting-started Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -160,8 +160,8 @@ Many `ProsePre` components are thin wrappers around the `ProseCode` component. W
160160In Content v3, we renamed ` _dir.yml ` to ` .navigation.yml ` . The new name better reflects the purpose of these files.
161161Module 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
165165in collection, but ` source: '**/*.md' ` will not include them.
166166
167167
You can’t perform that action at this time.
0 commit comments