From: Subin Lee Date: Wed, 25 Dec 2024 20:32:56 +0000 (+0900) Subject: ✏️ Fix error in `docs/en/docs/contributing.md` (#12899) X-Git-Tag: 0.115.7~123 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=abac4754072fff16de3b2b0f3c52f9b8695a7123;p=thirdparty%2Ffastapi%2Ffastapi.git ✏️ Fix error in `docs/en/docs/contributing.md` (#12899) --- diff --git a/docs/en/docs/contributing.md b/docs/en/docs/contributing.md index a29bb03e98..1b70a0ea93 100644 --- a/docs/en/docs/contributing.md +++ b/docs/en/docs/contributing.md @@ -107,7 +107,7 @@ $ cd docs/en/ Then run `mkdocs` in that directory: ```console -$ mkdocs serve --dev-addr 8008 +$ mkdocs serve --dev-addr 127.0.0.1:8008 ``` /// @@ -245,7 +245,7 @@ $ cd docs/es/ Then run `mkdocs` in that directory: ```console -$ mkdocs serve --dev-addr 8008 +$ mkdocs serve --dev-addr 127.0.0.1:8008 ``` ///