Skip to content

Commit 5d40ab3

Browse files
committed
Minor grammar corrections to MAINTAINING documentation
1 parent f193ba8 commit 5d40ab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MAINTAINING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ helping out.
5151

5252
GitHub by default does not publicly state that you are a member of the
5353
organization. Please feel free to change that setting for yourself so others
54-
will know who's helping out. That can be configured on [organization
54+
will know who's helping out. That can be configured on the [organization
5555
list](https://github.com/orgs/react-bootstrap/people) page.
5656

5757
Being a maintainer is not an obligation. You can help when you have time and be
@@ -77,7 +77,7 @@ Example usages of the release script:
7777
$ ./tools/release patch
7878
$ ./tools/release minor
7979
$ ./tools/release major
80-
$ ./tools/release minor --pre beta
80+
$ ./tools/release minor --preid beta
8181
```
8282

8383
Note that the above commands will bump the [semver](http://semver.org) version

0 commit comments

Comments
 (0)