diff --git a/README.md b/README.md index d8c77d4ab..b3f400faf 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ See the [Mattermost Product Documentation](https://docs.mattermost.com/integrate ## Development -This plugin contains both a server and web app portion. Read our documentation about the [Developer Workflow](https://developers.mattermost.com/integrate/plugins/developer-workflow/) and [Developer Setup](https://developers.mattermost.com/integrate/plugins/developer-setup/) for more information about developing and extending plugins. +This plugin contains both a server and web app portions. Read our documentation about the [Developer Workflow](https://developers.mattermost.com/integrate/plugins/developer-workflow/) and [Developer Setup](https://developers.mattermost.com/integrate/plugins/developer-setup/) for more information about developing and extending plugins. ### Releasing new versions @@ -20,7 +20,7 @@ The version of a plugin is determined at compile time, automatically populating * Otherwise, the version will combine the nearest tag with `git rev-parse --short HEAD`, e.g. `1.3.1+d06e53e1`. * If there is no version tag, an empty version will be combined with the short hash, e.g. `0.0.0+76081421`. -To disable this behaviour, manually populate and maintain the `version` field. +To disable this behavior, manually populate and maintain the `version` field. ## How to Release