Skip to content

Commit a7ad9c3

Browse files
ahrtralexandear
authored andcommitted
docs: fix a syntax typo (#5434)
1 parent 1f31504 commit a7ad9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/welcome/faq.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ It means that if you try to run an analysis on a single file or a group of files
4040
with dependencies on other files or packages of your project, as it doesn't compile (because of the missing pieces of code),
4141
it also cannot be analyzed.
4242

43-
If there are `typecheck` errors, golangci-lint will not able to produce other reports because that kind of error doesn't allow it to perform any analysis.
43+
If there are `typecheck` errors, golangci-lint will not be able to produce other reports because that kind of error doesn't allow it to perform any analysis.
4444

4545
How to troubleshoot:
4646

0 commit comments

Comments
 (0)