mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 10:33:54 +00:00
docs: fix typos (#24820)
This PR fixes various typos I spotted in the project.
This commit is contained in:
parent
bcdf600ae4
commit
ea121c9a0e
11 changed files with 12 additions and 12 deletions
|
@ -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(_))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue