From 4e82daababf4e235a70e58d141081ad59e29d180 Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Mon, 28 Mar 2022 08:13:26 +0200 Subject: [PATCH] website: fix typo --- .../content/docs/running-staticcheck/cli/build-tags/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/running-staticcheck/cli/build-tags/index.md b/website/content/docs/running-staticcheck/cli/build-tags/index.md index e6d92332e..4d52b6e1b 100644 --- a/website/content/docs/running-staticcheck/cli/build-tags/index.md +++ b/website/content/docs/running-staticcheck/cli/build-tags/index.md @@ -90,7 +90,7 @@ All in all, there are thousands of unique combinations. Checking all of these would take far too long. However, the number of build configurations you care about is probably much smaller. -Your software probably support 2-3 operating systems on 1-2 architectures, +Your software probably supports 2-3 operating systems on 1-2 architectures, and maybe has a debug and a release build. This makes for a lot fewer combinations that need to be checked. These are probably the same combinations you're already checking in CI, too, by running their tests.