浏览代码

[doc] Remove excess space (#13388)

Remove excess space,from `127.0. 0.1` to `127.0.0.1`
LiXuemin 2 年之前
父节点
当前提交
a5c6748202
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dolphinscheduler-ui/README.md

+ 1 - 1
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