diff --git a/README.md b/README.md index 620dad9..453b45c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ This branch is currently for a rewrite of the WordPress Plugin Boilerplate. The branch is currently in beta. -This is experimental code and is not intended for us until it's been merged into the `master` branch. +This is experimental code and is not intended for use until it's been merged into the `master` branch. -Please review the [ChangeLog](https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate/blob/develop/ChangeLog.md) for more information. \ No newline at end of file +Please review the [ChangeLog](https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate/blob/develop/ChangeLog.md) for more information. diff --git a/plugin-name/trunk/plugin-name.php b/plugin-name/trunk/plugin-name.php index d3d640d..dc2b43b 100644 --- a/plugin-name/trunk/plugin-name.php +++ b/plugin-name/trunk/plugin-name.php @@ -3,7 +3,7 @@ /** * The plugin bootstrap file * - * This file is read my WordPress to generate the plugin information in the plugin + * This file is read by WordPress to generate the plugin information in the plugin * Dashboard. This file also includes all of the dependencies used by the plugin, * registers the activation and deactivation functions, and defines a function * this starts the plugin.