Skip to content

Commit 881fdc4

Browse files
committed
Fix typos and update docs
1 parent 4794d90 commit 881fdc4

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

.readme-partials/INSTALLATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In order to make code changes to WP-CLI, you'll need to set up this `wp-cli-dev`
88

99
Before you can proceed further, you'll need to make sure you have [Composer](https://getcomposer.org/), PHP, and a functioning MySQL or MariaDB server on your local machine.
1010

11-
Once the prequisites are met, clone the GitHub repository and run the installation process:
11+
Once the prerequisites are met, clone the GitHub repository and run the installation process:
1212

1313
```bash
1414
git clone https://github.com/wp-cli/wp-cli-dev wp-cli-dev

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In order to make code changes to WP-CLI, you'll need to set up this `wp-cli-dev`
2121

2222
Before you can proceed further, you'll need to make sure you have [Composer](https://getcomposer.org/), PHP, and a functioning MySQL or MariaDB server on your local machine.
2323

24-
Once the prequisites are met, clone the GitHub repository and run the installation process:
24+
Once the prerequisites are met, clone the GitHub repository and run the installation process:
2525

2626
```bash
2727
git clone https://github.com/wp-cli/wp-cli-dev wp-cli-dev
@@ -64,13 +64,22 @@ wp maintenance
6464
Lists all contributors to this release.
6565

6666
~~~
67-
wp maintenance contrib-list [--format=<format>]
67+
wp maintenance contrib-list [<repo>] [<milestone>...] [--format=<format>]
6868
~~~
6969

7070
Run within the main WP-CLI project repository.
7171

7272
**OPTIONS**
7373

74+
[<repo>]
75+
Name of the repository to fetch the release notes for. If no user/org
76+
was provided, 'wp-cli' org is assumed. If no repo is passed, release
77+
notes for the entire org state since the last bundle release are fetched.
78+
79+
[<milestone>...]
80+
Name of one or more milestones to fetch the release notes for. If none
81+
are passed, the current open one is assumed.
82+
7483
[--format=<format>]
7584
Render output in a specific format.
7685
---
@@ -156,7 +165,7 @@ wp maintenance release-notes [<repo>] [<milestone>...] [--source=<source>] [--fo
156165

157166
[<milestone>...]
158167
Name of one or more milestones to fetch the release notes for. If none
159-
are passed, the currently open one is assumed.
168+
are passed, the current open one is assumed.
160169

161170
[--source=<source>]
162171
Choose source from where to copy content.
@@ -207,7 +216,7 @@ We appreciate you taking the initiative to contribute to this project.
207216

208217
Contributing isn’t limited to just code. We encourage you to contribute in the way that best fits your abilities, by writing tutorials, giving a demo at your local meetup, helping other users with their support questions, or revising our documentation.
209218

210-
For a more thorough introduction, [check out WP-CLI's guide to contributing](https://make.wordpress.org/cli/handbook/contributing/). This package follows those policies and guidelines.
219+
For a more thorough introduction, [check out WP-CLI's guide to contributing](https://make.wordpress.org/cli/handbook/contributing/). This package follows those policy and guidelines.
211220

212221
### Reporting a bug
213222

@@ -225,6 +234,6 @@ Once you've decided to commit the time to seeing your pull request through, [ple
225234

226235
## Support
227236

228-
Github issues aren't for general support questions, but there are other venues you can try: https://wp-cli.org/#support
237+
GitHub issues aren't for general support questions, but there are other venues you can try: https://wp-cli.org/#support
229238

230239

0 commit comments

Comments
 (0)