From cf18718a77203b8e1e91ab3199116ff878dee759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Samson?= Date: Mon, 16 Jun 2025 12:32:19 +0200 Subject: [PATCH] Fix grammar in known issues --- docs/known-issues-limitations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/known-issues-limitations.md b/docs/known-issues-limitations.md index 8dc179419..951df0b60 100644 --- a/docs/known-issues-limitations.md +++ b/docs/known-issues-limitations.md @@ -1,7 +1,7 @@ # Known Issues / Limitations * `.exs` files don't return compilation errors -* "Fetching n dependencies" sometimes get stuck (remove the `.elixir_ls` directory to fix) +* "Fetching n dependencies" sometimes gets stuck (remove the `.elixir_ls` directory to fix) * Debugger doesn't work in Elixir 1.10.0 - 1.10.2 (but it should work in 1.10.3 when [this fix](https://github.com/elixir-lang/elixir/pull/9864) is released) * "Go to definition" does not work within the `scope` of a Phoenix router * On first launch dialyzer will cause high CPU usage for a considerable time