Merge "fix: Fix error word spelling"

This commit is contained in:
Zuul 2022-07-21 04:55:46 +00:00 committed by Gerrit Code Review
commit f3f7387746

View File

@ -14,7 +14,7 @@
- `jsconfig.json`: js 代码的配置文件 - `jsconfig.json`: js 代码的配置文件
- `package.json`: 安装包、命令等配置文件 - `package.json`: 安装包、命令等配置文件
- `yarn.lock`: 包的版本锁定文件 - `yarn.lock`: 包的版本锁定文件
- `.babelrc`: bebel 配置文件 - `.babelrc`: babel 配置文件
- `.dockerignore`: docker 忽略的文件配置 - `.dockerignore`: docker 忽略的文件配置
- `.eslintignore`: eslint 忽略的文件配置 - `.eslintignore`: eslint 忽略的文件配置
- `.eslint`: eslint 配置 - `.eslint`: eslint 配置