Skip to content

Commit 8409289

Browse files
committed
Fix typo
1 parent c4eaa67 commit 8409289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Role_Command.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
class Role_Command extends WP_CLI_Command {
4141

4242
/**
43-
* Available fields.
43+
* List of available fields.
4444
*
4545
* @var array
4646
*/
4747
private $fields = [ 'name', 'role' ];
4848

4949
/**
50-
* Default roles ad provided by WordPress Core.
50+
* Default roles as provided by WordPress Core.
5151
*
5252
* @var array
5353
*/

0 commit comments

Comments
 (0)