From a8f99131de74e4e04825e5faf94c8be0da2d68ee Mon Sep 17 00:00:00 2001 From: Max Brauer Date: Wed, 12 Jan 2022 13:15:53 +0100 Subject: [PATCH] fix typo in docs --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 8048b4b07..9cac8e41f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2856,7 +2856,7 @@ import ( ) ``` -The `//go:build tools` constraint ensures this code is never actuall built, however the `_ "github.com/onsi/ginkgo/v2/ginkgo` import statement is enough to convince `go mod` to include the Ginkgo CLI dependencies in your `go.sum` file. +The `//go:build tools` constraint ensures this code is never actually built, however the `_ "github.com/onsi/ginkgo/v2/ginkgo` import statement is enough to convince `go mod` to include the Ginkgo CLI dependencies in your `go.sum` file. Once you have `ginkgo` running on CI, you'll want to pick and choose the optimal set of flags for your test runs. We recommend the following set of flags when running in a continuous integration environment: