Skip to content

Commit eba4dd2

Browse files
Fixing typo in CONTRIBUTING (#105)
1 parent d5acd0f commit eba4dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ If you want to add a new configuration value to the module, you must modify the
254254
so that tab-completion and documentation gets auto-updated. You shouldn't have to add anything
255255
to the body of the method. Property names should be alphabetical.
256256
* Add a new explicit parameter to `Set-GitHubConfiguration` to receive the property, along with
257-
updating the CBH (Comment Based Help) by adding a new `.PAREMETER` entry. You shouldn't
257+
updating the CBH (Comment Based Help) by adding a new `.PARAMETER` entry. You shouldn't
258258
have to add anything to the body of the method. Parameters should be alphabetical save for the
259259
`SessionOnly` switch, which should be last.
260260

0 commit comments

Comments
 (0)