Skip to content

Commit ca616bc

Browse files
committed
Docs update
1 parent 519af99 commit ca616bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The `resources` folder within the `src` directory is intended for including any
8282
- **Configuration files**: Store any JSON, XML, or other configuration files needed by your module.
8383
- **Script files**: Place any scripts that are used by your functions or modules, but are not directly part of the public or private functions.
8484
- **formatdata files**: Store `Example.Format.ps1xml` file for custom format data types to be imported to manifest
85-
- **types files**: Store `Example.Types.ps1xml` file for custom format data types to be imported to manifest
85+
- **types files**: Store `Example.Types.ps1xml` file for custom types data types to be imported to manifest
8686
- **Documentation files**: Include any supplementary documentation that supports the usage or development of the module.
8787
- **Data files**: Store any data files that are used by your module, such as CSV or JSON files.
8888
- **Subfolder**: Include any additional folders and their content to be included with the module, such as dependant Modules, APIs, DLLs, etc... organized by a subfolder.

0 commit comments

Comments
 (0)