From ea121c9a0e162a83beeae62ed9e5a7911877bcbc Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Fri, 2 Aug 2024 13:26:54 +0200 Subject: docs: fix typos (#24820) This PR fixes various typos I spotted in the project. --- cli/lsp/diagnostics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/lsp') diff --git a/cli/lsp/diagnostics.rs b/cli/lsp/diagnostics.rs index ed92c400f..69f3b1145 100644 --- a/cli/lsp/diagnostics.rs +++ b/cli/lsp/diagnostics.rs @@ -1532,7 +1532,7 @@ fn diagnose_dependency( // If not @deno-types, diagnose the types if the code errored because // it's likely resolving into the node_modules folder, which might be // erroring correctly due to resolution only being for bundlers. Let this - // fail at runtime if necesarry, but don't bother erroring in the editor + // fail at runtime if necessary, but don't bother erroring in the editor || !is_types_deno_types && matches!(dependency.maybe_type, Resolution::Ok(_)) && matches!(dependency.maybe_code, Resolution::Err(_)) { -- cgit v1.2.3