diff --git a/_posts/2024-07-09-auto-imports-and-tolerant-expressions.md b/_posts/2024-07-09-auto-imports-and-tolerant-expressions.md index 5592611f..e6c01cde 100644 --- a/_posts/2024-07-09-auto-imports-and-tolerant-expressions.md +++ b/_posts/2024-07-09-auto-imports-and-tolerant-expressions.md @@ -82,7 +82,7 @@ be attached to the locations of all of the import statements which cause the cycle. As part of this work the language server diagnostics system has been upgraded to -make use of the protocol's ability to have diagnostic nested within each other, +make use of the protocol's ability to have diagnostics nested within each other, a feature which can benefit more errors and warnings in future. ## Helpful hidden hovering