Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 06ed494

Browse files
committed
Merge branch 'master' into 2.1ReleaseNotes
2 parents ee8de09 + bd4ed1e commit 06ed494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/Module Resolution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Some examples include:
3232
Any other import is considered **non-relative**.
3333
Some examples include:
3434

35-
* `import * as $ from "jQuery";`
35+
* `import * as $ from "jquery";`
3636
* `import { Component } from "angular2/core";`
3737

3838
A relative import is resolved relative to the importing file and *cannot* resolve to an ambient module declaration.
@@ -344,7 +344,7 @@ Invoking the compiler with `--traceResolution`
344344
tsc --traceResolution
345345
```
346346

347-
Results in an output as such:
347+
Results in an output such as:
348348

349349
```txt
350350
======== Resolving module 'typescript' from 'src/app.ts'. ========

0 commit comments

Comments
 (0)