This is an automated email from the ASF dual-hosted git repository.
zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new a5c6748202 [doc] Remove excess space (#13388)
a5c6748202 is described below
commit a5c6748202c95d0b545c43a7e4ff9af3f20e2035
Author: LiXuemin <[email protected]>
AuthorDate: Thu Jan 12 18:42:15 2023 +0800
[doc] Remove excess space (#13388)
Remove excess space,from `127.0. 0.1` to `127.0.0.1`
---
dolphinscheduler-ui/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dolphinscheduler-ui/README.md b/dolphinscheduler-ui/README.md
index 29d37d6a49..0eb765c8ad 100644
--- a/dolphinscheduler-ui/README.md
+++ b/dolphinscheduler-ui/README.md
@@ -28,7 +28,7 @@ pnpm install
To do this you need to change the `VITE_APP_DEV_WEB_URL` parameter variable in
`.env.development` in the project root directory.
-It is worth noting that when you do not change the request path or route, you
only need to write `http`, `ip` and `port` without the `/` symbol at the end,
such as `http://127.0. 0.1:12345`.
+It is worth noting that when you do not change the request path or route, you
only need to write `http`, `ip` and `port` without the `/` symbol at the end,
such as `http://127.0.0.1:12345`.
```shell
pnpm run dev