Skip to content

Commit cff3ead

Browse files
alfredmyerssdwheeler
authored andcommitted
Fixed a couple of typos (#4761)
1 parent 242573a commit cff3ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer/module/understanding-a-windows-powershell-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A module is made up of four basic components:
2323

2424
2. Anything else that the above code file may need, such as additional assemblies, help files, or scripts.
2525

26-
3. A manifest file that describes the above files, as well as stores metadada such as author and versioning information..
26+
3. A manifest file that describes the above files, as well as stores metadata such as author and versioning information.
2727

2828
4. A directory that contains all of the above content, and is located where PowerShell can reasonably find it.
2929

0 commit comments

Comments
 (0)