diff --git a/plugin-name/plugin-name.php b/plugin-name/plugin-name.php index fbd8e6808..07531e495 100644 --- a/plugin-name/plugin-name.php +++ b/plugin-name/plugin-name.php @@ -31,7 +31,7 @@ } /** - * Currently plugin version. + * Current plugin version. * Start at version 1.0.0 and use SemVer - https://semver.org * Rename this for your plugin and update it as you release new versions. */ @@ -67,8 +67,8 @@ function deactivate_plugin_name() { /** * Begins execution of the plugin. * - * Since everything within the plugin is registered via hooks, - * then kicking off the plugin from this point in the file does + * Since everything within the plugin is registered via hooks + * kicking off the plugin from this point in the file does * not affect the page life cycle. * * @since 1.0.0