Skip to content

Commit 54c0b72

Browse files
committed
typo #11831
1 parent 4a95207 commit 54c0b72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/sphinx-guides/source/contributor/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Then try running this command:
6868

6969
`docker run -it --rm -v $(pwd):/docs sphinxdoc/sphinx:7.2.6 bash -c "cd doc/sphinx-guides && pip3 install -r requirements.txt && make html"`
7070

71-
If all goes well, you should be able open `doc/sphinx-guides/build/html/index.html` to see the guides you just built.
71+
If all goes well, you should be able to open `doc/sphinx-guides/build/html/index.html` to see the guides you just built.
7272

7373
#### Docker with a Makefile
7474

@@ -106,7 +106,7 @@ Finally, you can try building the guides with the following command.
106106

107107
`make html`
108108

109-
If all goes well, you should be able open `doc/sphinx-guides/build/html/index.html` to see the guides you just built.
109+
If all goes well, you should be able to open `doc/sphinx-guides/build/html/index.html` to see the guides you just built.
110110

111111
## Editing, Building, and Previewing the Guides
112112

0 commit comments

Comments
 (0)