Skip to content

Commit 70344ae

Browse files
committed
CONTRIBUTING.md: small corrections
1 parent 90220b4 commit 70344ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ you want to improve, commit your changes, and create a pull request. Should
5656
questions come up in the process feel free to ask in
5757
[#perl6 IRC channel](https://perl6.org/community/irc).
5858

59-
If the documentation for a type does not exist create the skeleton of the doc
59+
If the documentation for a type does not exist, create the skeleton of the doc
6060
with the helper tool `util/new-type.p6`. Say you want to create `MyFunnyRole`:
6161

62-
$ perl6 util/new-type.p6 MyFunnyRole
62+
$ perl6 util/new-type.p6 --kind=role MyFunnyRole
6363

6464
Fill the documentation file `doc/Type/MyFunnyRole.pod6` like this:
6565

@@ -105,7 +105,7 @@ When providing a code example result or output, use this style:
105105

106106
Any contributions should pass the `make test` target. This insures basic
107107
integrity of the documentation, and is run automatically by a corresponding
108-
travis build. Even edits made via the github editor should pass this test.
108+
travis build. Even edits made via the GitHub editor should pass this test.
109109

110110
The repo should also pass `make xtest` most of the time - this includes
111111
tests about whitespace and spelling that might be difficult to get right

0 commit comments

Comments
 (0)