From e5819ec8efd7d0fcf547b1ca015e829ff6613d20 Mon Sep 17 00:00:00 2001 From: Psyduck Date: Wed, 15 May 2019 11:53:54 +0800 Subject: [PATCH] fix: modify typo --- docs/guide/other/dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/other/dashboard.md b/docs/guide/other/dashboard.md index 8c7e3c72..1368440d 100644 --- a/docs/guide/other/dashboard.md +++ b/docs/guide/other/dashboard.md @@ -24,7 +24,7 @@ Then, open `http://127.0.0.1:9081`, now we can see the dashboard. By default, the dashboard listen on `http://127.0.0.1:9081`, you can also change it. ```bash -pandora start --name dashboard --env "DASHBORAD_PORT=9081 DASHBOARD_HOST=0.0.0.0" --npm pandora-dashboard +pandora start --name dashboard --env "DASHBOARD_PORT=9081 DASHBOARD_HOST=0.0.0.0" --npm pandora-dashboard ``` ## Screenshots