fix: some typos (#415)

Signed-off-by: gcmutator <329964069@qq.com>
Co-authored-by: gcmutator <329964069@qq.com>
This commit is contained in:
rustrover
2024-03-11 15:04:38 +08:00
committed by GitHub
parent f867ccbf94
commit 34204ec4c6
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
**set database in config file cmdb-api/settings.py**
- In cmdb directory,start in order as follows:
- enviroment: `make env`
- environment: `make env`
- start API: `make api`
- start UI: `make ui`
- start worker: `make worker`