diff --git a/docs/content/docs/1.getting-started/4.migration.md b/docs/content/docs/1.getting-started/4.migration.md index 945ad5a3e..c277d4f87 100644 --- a/docs/content/docs/1.getting-started/4.migration.md +++ b/docs/content/docs/1.getting-started/4.migration.md @@ -160,8 +160,8 @@ Many `ProsePre` components are thin wrappers around the `ProseCode` component. W In Content v3, we renamed `_dir.yml` to `.navigation.yml`. The new name better reflects the purpose of these files. Module uses these files to gather information about directories for generating navigation. -Note that in order to make these files available for Module, youe should define your collection's source in -a way that includes these files. For example `source: '**'` and `source: '**/*.{md|yml}` will include these files +Note that in order to make these files available for Module, you should define your collection's source in +a way that includes these files. For example `source: '**'` and `source: '**/*.{md,yml}'` will include these files in collection, but `source: '**/*.md'` will not include them.