✏️ Fix error in `docs/en/docs/contributing.md` (#12899)

This commit is contained in:
Subin Lee 2024-12-26 05:32:56 +09:00 committed by GitHub
parent d5a11b6cdc
commit abac475407
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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
```
///