1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 10:22:23 +00:00

docs(module-loader): fix typo

This commit is contained in:
ruanyf 2021-11-23 18:00:34 +08:00
parent f4030e129d
commit a066b9a389

View File

@ -292,7 +292,7 @@ Node.js 要求 ES6 模块采用`.mjs`后缀文件名。也就是说,只要脚
}
```
一旦设置了以后,该目录里面的 JS 脚本,就被解释用 ES6 模块。
一旦设置了以后,该项目的 JS 脚本,就被解释成 ES6 模块。
```bash
# 解释成 ES6 模块