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

Commit 051bd94

Browse files
authored
Fix module import
1 parent c54d118 commit 051bd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Module Resolution.md

Lines changed: 1 addition & 1 deletion
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.

0 commit comments

Comments
 (0)