From 0006a687405c68ba8f6afe240b4c400560e2ca07 Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Fri, 28 May 2021 12:22:07 -0400 Subject: [PATCH] correct spelling/tense of 'choose' in dev guide Signed-off-by: Mike Ball --- docs/gitbook/dev/dev-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitbook/dev/dev-guide.md b/docs/gitbook/dev/dev-guide.md index fbb79928..5798fd0c 100644 --- a/docs/gitbook/dev/dev-guide.md +++ b/docs/gitbook/dev/dev-guide.md @@ -201,6 +201,6 @@ Run the Istio e2e tests: ``` For each service mesh and ingress controller there is a dedicated e2e test suite, -chose one that matches your changes from this [list](https://github.com/fluxcd/flagger/tree/main/test). +choose one that matches your changes from this [list](https://github.com/fluxcd/flagger/tree/main/test). When you open a pull request on Flagger repo, the unit and integration tests will be run in CI.