8000 ✏️ Fix error in `docs/en/docs/contributing.md` (#12899) · fastapi/fastapi@abac475 · GitHub
[go: up one dir, main page]

Skip to content

Commit abac475

Browse files
authored
✏️ Fix error in docs/en/docs/contributing.md (#12899)
1 parent d5a11b6 commit abac475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/docs/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ $ cd docs/en/
107107
Then run `mkdocs` in that directory:
108108

109109
```console
110-
$ mkdocs serve --dev-addr 8008
110+
$ mkdocs serve --dev-addr 127.0.0.1:8008
111111
```
112112

113113
///
@@ -245,7 +245,7 @@ $ cd docs/es/
245245
Then run `mkdocs` in that directory:
246246

247247
```console
248-
$ mkdocs serve --dev-addr 8008
248+
$ mkdocs serve --dev-addr 127.0.0.1:8008
249249
```
250250

251251
///

0 commit comments

Comments
 (0)
0