[doc] Remove excess space (#13388)

Remove excess space,from `127.0. 0.1` to `127.0.0.1`
This commit is contained in:
LiXuemin 2023-01-12 18:42:15 +08:00 committed by GitHub
parent 3f16776cd7
commit a5c6748202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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. 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 ```shell
pnpm run dev pnpm run dev