Skip to content

Commit 50711c7

Browse files
committed
tweak words
1 parent 2194d02 commit 50711c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/imports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Self-hosting of `npm:` imports applies to transitive static and [dynamic imports
7575

7676
You can import from `node_modules`. This is useful for managing dependencies with a package manager such as npm or Yarn, for importing private packages from the npm registry, or for importing from a different package registry such as GitHub.
7777

78-
After installing a package (_e.g._, `npm install` or `yarn add`), import it using a bare specifier such as `d3` or `lodash`. For example, to import canvas-confetti:
78+
After installing a package (say with `npm install` or `yarn add`), import it using a bare specifier such as `d3` or `lodash`. For example, to import canvas-confetti:
7979

8080
```js run=false
8181
import confetti from "canvas-confetti";

0 commit comments

Comments
 (0)