Skip to content

Commit cdd84ea

Browse files
authored
docs: fix typo in example (#195)
1 parent 2c0f29c commit cdd84ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ export * from "./two.js";
605605
_main.js:_
606606

607607
```js
608-
import * as reexport from "./rexport.js";
608+
import * as reexport from "./reexport.js";
609609
console.log(reexport);
610610
```
611611

0 commit comments

Comments
 (0)