From cda7e135295dfb769524ca53438d9e7b42f5bd90 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 12 Jul 2022 09:12:25 +0200 Subject: [PATCH] docs: fix spelling in readme --- README.md | 4 ++-- _docs/content/_index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1913bfc..0d93135 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Drone plugin to build multiarch Docker images with buildx. This plugin is a fork ## Versioning -The tags follow the major version of Docker, e.g. `20`, and the minor and patch part reflects the "version" of the plugin. A full example would be `20.12.5`. Minor versions may introduce breaking changes, while patch versions may be considered non-breaking. +The tags follow the major version of Docker, e.g. `20`, and the minor and patch parts reflect the `version` of the plugin. A full example would be `20.12.5`. Minor versions can introduce breaking changes, while patch versions can be considered non-breaking. ## Community @@ -28,7 +28,7 @@ The tags follow the major version of Docker, e.g. `20`, and the minor and patch ## Contributors -Special thanks go to all [contributors](https://github.com/thegeeklab/drone-docker-buildx/graphs/contributors). If you would like to contribute, please see the [instructions](https://github.com/thegeeklab/drone-docker-buildx/blob/main/CONTRIBUTING.md). +Special thanks to all [contributors](https://github.com/thegeeklab/drone-docker-buildx/graphs/contributors). If you would like to contribute, please see the [instructions](https://github.com/thegeeklab/drone-docker-buildx/blob/main/CONTRIBUTING.md). ## License diff --git a/_docs/content/_index.md b/_docs/content/_index.md index b932591..a679213 100644 --- a/_docs/content/_index.md +++ b/_docs/content/_index.md @@ -19,7 +19,7 @@ Drone plugin to build and publish multiarch Docker images with buildx. ## Versioning -The tags follow the major version of Docker, e.g. `20`, the minor and patch part reflects the "version" of the plugin. A full example would be `20.12.5`. Minor versions may introduce breaking changes, while patch versions may be considered non-breaking. +The tags follow the major version of Docker, e.g. `20`, and the minor and patch parts reflect the `version` of the plugin. A full example would be `20.12.5`. Minor versions can introduce breaking changes, while patch versions can be considered non-breaking. ## Usage