Skip to content

Commit 56eb68a

Browse files
committed
Spelling
1 parent 0980242 commit 56eb68a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/mkdocs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ nav:
2626

2727
# --------------------- NOTES TO CONTRIBUTORS -----------------------
2828
# Markdown in mkdocs
29-
# 01. Redering concatenates across single line breaks. This means...
29+
# 01. Rendering concatenates across single line breaks. This means...
3030
# A. We have to be careful to add extra line breaks around paragraphs,
31-
# including between the end of a pgf and the beginnign of bullets.
31+
# including between the end of a pgf and the beginning of bullets.
3232
# B. We can use hard wrapping to make github reviews easier to read.
3333
# VSCode Rewrap extension offers a keyboard shortcut for hard wrap
34-
# at the ruler, but don't add breaks in [multiword links](example.com)
34+
# at the ruler, but don't add breaks in [multi-word links](example.com)
3535
# 02. Instead of designating codeblocks with bash, use console. For example..
3636
# ```console
3737
# cd ../my_dir
@@ -57,7 +57,7 @@ nav:
5757
# 02. Site analytics depend on a local environment variable GOOGLE_ANALYTICS_KEY
5858
# You can find this in LastPass or declare with any string to suppress errors
5959
# 03. The API section will pull docstrings.
60-
# A. Follow google styleguide e.g.,
60+
# A. Follow google style guide e.g.,
6161
# https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html
6262
# With typing suggestions: https://docs.python.org/3/library/typing.html
6363
# B. To pull a specific workflow fork, change ./docs/src/api/make_pages.py#L19

0 commit comments

Comments
 (0)