Skip to content

fix: typos inside of public markdown docs #1500

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 8, 2022

Conversation

JessicaSachs
Copy link
Contributor

I didn't realize we'd get so many typo PRs after launching the website 😅. I don't think any of these are duplicates.

The changes are scoped to the public markdown documents, not code, so there shouldn't be much risk.

@netlify
Copy link

netlify bot commented Feb 7, 2022

✔️ Deploy Preview for vuejs ready!

🔨 Explore the source changes: ffbd03f

🔍 Inspect the deploy log: https://app.netlify.com/sites/vuejs/deploys/6201db449a8cb300073cbf52

😎 Browse the preview: https://deploy-preview-1500--vuejs.netlify.app

Copy link
Member

@NataliaTepluhina NataliaTepluhina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JessicaSachs thank you for catching so many typos! I've left comments on the cases I disagree with, rest of the fixes look great to me 👍🏻

@@ -251,10 +251,10 @@ Imperative API for creating watchers.
Stopping the watcher:

```js
const unwatch = this.$watch('a', cb)
const stopWatching = this.$watch('a', cb)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: Could you please provide more context on why this change is necessary?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unwatch didn't pass spellcheck. I didn't realize it was even a word. https://en.m.wiktionary.org/wiki/unwatch it's marked as rare because it isn't used often.

stopWatching is much clearer and passes spellcheck.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't feel strongly about it.

@yyx990803 yyx990803 merged commit b35ac10 into vuejs:main Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants