From cfd8e3399560c53dff03797a2b431d0b152fd0d4 Mon Sep 17 00:00:00 2001 From: Erin Call Date: Wed, 8 Jan 2020 11:04:30 -0800 Subject: [PATCH] Use "backward-compatible", not "backwardS" While writing docs in the previous commit, I noticed that we'd been inconsistent in the naming scheme. Wikipedia's back-compat article redirects from "backwards" to "backward", so I figure that's a reasonable source of authority for which form to use. --- README.md | 4 ++-- internal/helm/plan_test.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 13fe41e..27e63e4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This plugin provides an interface between [Drone](https://drone.io/) and [Helm 3 * Deploy your service * Delete your service -The plugin is inpsired by [drone-helm](https://github.com/ipedrazas/drone-helm), which fills the same role for Helm 2. It provides a comparable feature-set and the configuration settings are backwards-compatible. +The plugin is inpsired by [drone-helm](https://github.com/ipedrazas/drone-helm), which fills the same role for Helm 2. It provides a comparable feature-set and the configuration settings are backward-compatible. ## Example configuration @@ -60,7 +60,7 @@ steps: ## Upgrading from drone-helm -drone-helm3 is largely backwards-compatible with drone-helm. There are some known differences: +drone-helm3 is largely backward-compatible with drone-helm. There are some known differences: * You'll need to migrate the deployments in the cluster [helm-v2-to-helm-v3](https://helm.sh/blog/migrate-from-helm-v2-to-helm-v3/). * EKS is not supported. See [#5](https://github.com/pelotech/drone-helm3/issues/5) for more information. diff --git a/internal/helm/plan_test.go b/internal/helm/plan_test.go index f6cf9bb..1bc3e11 100644 --- a/internal/helm/plan_test.go +++ b/internal/helm/plan_test.go @@ -370,7 +370,7 @@ func (suite *PlanTestSuite) TestDeterminePlanUninstallCommand() { suite.Same(&uninstall, stepsMaker) } -// helm_command = delete is provided as an alias for backwards-compatibility with drone-helm +// helm_command = delete is provided as an alias for backward-compatibility with drone-helm func (suite *PlanTestSuite) TestDeterminePlanDeleteCommand() { cfg := Config{ Command: "delete",