Fix 'feeling of doing' typo in tutorials.rst and a missing word in reference.rst#164
Open
C-Kapsalis wants to merge 1 commit into
Open
Fix 'feeling of doing' typo in tutorials.rst and a missing word in reference.rst#164C-Kapsalis wants to merge 1 commit into
C-Kapsalis wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I was reading through the docs and noticed a handful of small typos. This PR fixes the two that don't appear to be covered by other open PRs:
tutorials.rst: "establishing the feeling to doing" → "feeling of doing" (matches the "feeling of doing" phrasing used elsewhere on the page)reference.rst: "the material that your user needs know where they expect to find it" was missing a word — dropped "know" so it reads "...the material that your user needs where they expect to find it"I also spotted a few others while reading, but they already have open PRs, so I've left them out to avoid duplicating work:
compass.rst: duplicated "think you" — already in Fix small typos in the tutorial and compass sections #115tutorials.rst: doubled "know" in "If you know know in advance" — already in Fix small typos in the tutorial and compass sections #115, Update tutorials.rst Duplicate word #120, fix minor typo/grammatical issues #134, Remove repeated word #143, Correct some wording on the tutorials page #160quality.rst: repeated "what" in "what exactly what we mean" — already in Update quality.rst #121 and Fixed a few typos in quality.rst. #139A note on the
reference.rstfix: #128 and #158 also address that sentence, but resolve it the other way ("...user needs to know where..."). I went with dropping "know", which reads more naturally to me, but happy to switch to the "to know" version if you prefer consistency with those PRs.All cosmetic, no content changes.