Commit edb8b7d82c757ff34504c25d918ffcd734b4fb1f

Authored by ly525
1 parent b8ab6355

chore: typo

docs/README.md
@@ -37,7 +37,7 @@ cd back-end/h5-api && yarn && yarn dev @@ -37,7 +37,7 @@ cd back-end/h5-api && yarn && yarn dev
37 cd front-end/h5 && yarn && yarn build:engine && yarn dev 37 cd front-end/h5 && yarn && yarn build:engine && yarn dev
38 38
39 39
40 -#!en: default database is sqlite3(db location: h5-api/.tmp/data.db) 40 +!#en: default database is sqlite3(db location: h5-api/.tmp/data.db)
41 41
42 # visit http://localhost:1337/admin to config the api permissions 42 # visit http://localhost:1337/admin to config the api permissions
43 43
docs/en/getting-started/quick-start.md
@@ -46,7 +46,7 @@ yarn dev # dev @@ -46,7 +46,7 @@ yarn dev # dev
46 # additional notes: 46 # additional notes:
47 # if you want to debug it in vscode, please run `yarn localdev` 47 # if you want to debug it in vscode, please run `yarn localdev`
48 48
49 -#!en: default database is sqlite3(db location: h5-api/.tmp/data.db) 49 +!#en: default database is sqlite3(db location: h5-api/.tmp/data.db)
50 50
51 # visit http://localhost:1337/admin 51 # visit http://localhost:1337/admin
52 Please read on to config the strapi admin 52 Please read on to config the strapi admin
docs/zh/getting-started/quick-start.md
@@ -177,8 +177,8 @@ yarn install # 安装依赖 @@ -177,8 +177,8 @@ yarn install # 安装依赖
177 yarn dev 177 yarn dev
178 # 补充说明: 如果需要在 vscode 中进行debug ,请使用 npm run localdev 178 # 补充说明: 如果需要在 vscode 中进行debug ,请使用 npm run localdev
179 179
180 -# #!en: default database is sqlite3(h5-api/.tmp/data.db)  
181 -# #!zh: 默认数据库是 sqlite3,位置在 h5-api/.tmp/data.db 180 +# !#en: default database is sqlite3(h5-api/.tmp/data.db)
  181 +# !#zh: 默认数据库是 sqlite3,位置在 h5-api/.tmp/data.db
182 182
183 # 访问 http://localhost:1337/admin 183 # 访问 http://localhost:1337/admin
184 # visit http://localhost:1337/admin 184 # visit http://localhost:1337/admin
docs/zh/plugin-development/plugin-default-inject-props.md
@@ -17,7 +17,7 @@ props: { @@ -17,7 +17,7 @@ props: {
17 17
18 ```js 18 ```js
19 /** 19 /**
20 - * #!zh: 编辑器当前模式: 20 + * !#zh: 编辑器当前模式:
21 * preview: 预览模式 21 * preview: 预览模式
22 * edit: 编辑模式 22 * edit: 编辑模式
23 * 23 *
@@ -37,7 +37,7 @@ props: { @@ -37,7 +37,7 @@ props: {
37 * 37 *
38 * 38 *
39 * 39 *
40 - * #!en: current mode for editor 40 + * !#en: current mode for editor
41 * preview: preview mode 41 * preview: preview mode
42 * edit: edit mode 42 * edit: edit mode
43 * 43 *