Skip to content

Commit 0552250

Browse files
authored
fix: Fix typo in dashboard URL in quick-start.md (#2245)
1 parent fac50eb commit 0552250

File tree

1 file changed

+1
-1
lines changed
  • i18n/zh/docusaurus-plugin-content-docs/version-1.0/getting-started

1 file changed

+1
-1
lines changed

i18n/zh/docusaurus-plugin-content-docs/version-1.0/getting-started/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ mysql -h 127.0.0.1 -P 4002
3939
psql -h 127.0.0.1 -p 4003 -d public
4040
```
4141

42-
你也可以通过浏览器访问 DB 内置的 Dashboard 地址 `http://127.0.0.1:4000/dashbaord` 运行本文档中的 SQL。
42+
你也可以通过浏览器访问 DB 内置的 Dashboard 地址 `http://127.0.0.1:4000/dashboard` 运行本文档中的 SQL。
4343

4444
## 创建表
4545

0 commit comments

Comments
 (0)