fix: Fix error word spelling

Fix word spelling

Change-Id: Ib147d902ca80b7f5cbdcd361246a28455436b681
This commit is contained in:
ljhuang 2022-07-19 12:38:58 +08:00
parent d3ffb6264d
commit 43c71c5709

View File

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