Skip to content

Commit 4e82daa

Browse files
committed
website: fix typo
1 parent 4474421 commit 4e82daa

File tree

1 file changed

+1
-1
lines changed
  • website/content/docs/running-staticcheck/cli/build-tags

1 file changed

+1
-1
lines changed

website/content/docs/running-staticcheck/cli/build-tags/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ All in all, there are thousands of unique combinations.
9090
Checking all of these would take far too long.
9191

9292
However, the number of build configurations you care about is probably much smaller.
93-
Your software probably support 2-3 operating systems on 1-2 architectures,
93+
Your software probably supports 2-3 operating systems on 1-2 architectures,
9494
and maybe has a debug and a release build.
9595
This makes for a lot fewer combinations that need to be checked.
9696
These are probably the same combinations you're already checking in CI, too, by running their tests.

0 commit comments

Comments
 (0)