Skip to content

Commit 1d33bff

Browse files
authored
docs: fix a syntax typo (#5434)
1 parent ba2c4d4 commit 1d33bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/welcome/faq.mdx

Lines changed: 1 addition & 1 deletion
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)