The example success message for the `plugin uninstall` command is incorrect. ``` $ wp plugin uninstall hello Uninstalled and deleted 'hello' plugin. Success: Installed 1 of 1 plugins. ``` The message should read __`Success: Uninstalled 1 of 1 plugins.`__ Visible in the docs here: https://developer.wordpress.org/cli/commands/plugin/uninstall/#examples