We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 797bbde + 73c7a19 commit bebc75bCopy full SHA for bebc75b
how-to-create-custom-plugins.md
@@ -60,7 +60,7 @@ require('post-types/books.php');
60
### Step 4 - Activate the plugin
61
62
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
+`wp plugin list` and `wp plugin activate`. The first command lists all plugins installed while the second
64
activates a given plugin.
65
66
```
0 commit comments