Skip to content

Commit bebc75b

Browse files
authored
Merge pull request #523 from keyurptl/small-typo-correction
Small typo correction
2 parents 797bbde + 73c7a19 commit bebc75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

how-to-create-custom-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ require('post-types/books.php');
6060
### Step 4 - Activate the plugin
6161

6262
You can now use two wp-cli commands to check the list of plugins and activate your newly created plugin.
63-
`wp plugin list` and `wp plugin activate`. The first command lists all plguins installed while the second
63+
`wp plugin list` and `wp plugin activate`. The first command lists all plugins installed while the second
6464
activates a given plugin.
6565

6666
```

0 commit comments

Comments
 (0)