Skip to content

Commit c131432

Browse files
authored
Removal of extra colon.
I removed an additional colon after "When registering a command, WP_CLI::add_command() requires two arguments:".
1 parent aa65b7e commit c131432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands-cookbook.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ WP-CLI also has a [series of global arguments](https://make.wordpress.org/cli/ha
4545

4646
### Required registration arguments
4747

48-
When registering a command, `WP_CLI::add_command()` requires two arguments::
48+
When registering a command, `WP_CLI::add_command()` requires two arguments:
4949

5050
1. `$name` is the command's name within WP-CLI's namespace (e.g. `plugin install` or `post list`).
5151
2. `$callable` is the implementation of the command, as a callable class, function, or closure.

0 commit comments

Comments
 (0)