-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce instances of words that shouldn't be used in educational writi…
…ng. (#1126) * Reduce comma use, make language more direct in Unit testing docs - Some of these commas aren't grammatically correct. Easy fix. - Over reliance on words that weaken (might, though, may) make a statement ambiguous. Remove some to make concepts more direct and understandable. * Reduce just,simply,obviously,easy, in unit-testing.md - Remove 'just', 'all you have to', etc. - Use direct language, reduce word count * Reduce just,simply,obviously,easy, in common-gotchas.md * Reduce just,simply,obviously,easy in v2/api/index.md There are some places where just and simple are valid! So still some instances in here. * Reduce just,simply,obviously,easy in adding-instance-properties.md * Reduce just,simply,obviously,easy in README.md * Remove a just in class-and-style.md * Reduce just,simply,obviously,easy in comparison.md I didn't want to touch this one too much because it's so important to the adoption of Vue. * Reduce just,simply,obviously,easy in components.md * Reduce just,simply,obviously,easy in computed.md * Reduce just,simply,obviously,easy in conditional.md * Reduce just,simply,obviously,easy in custom-directive.md * Reduce just,simply,obviously,easy in events.md * Reduce just,simply,obviously,easy in forms.md * Reduce just,simply,obviously,easy in guide/index.md Some of these are good usages, and I even added an "easy" :). But I think the removals make the language flow better. * Reduce just,simply,obviously,easy in instance.md * Reduce just,simply,obviously,easy in join.md * Reduce just,simply,obviously,easy in list.md * Reduce just,simply,obviously,easy in migration-vue-router.md * Reduce just,simply,obviously,easy in migration-vuex.md * Reduce just,simply,obviously,easy in migration.md * Reduce just,simply,obviously,easy in mixins.md * Reduce just,simply,obviously,easy in reactivity.md * Reduce just,simply,obviously,easy in render-function.md * Reduce just,simply,obviously,easy in routing.md * Reduce just,simply,obviously,easy in single-file-components.md * Reduce just,simply,obviously,easy in state-management.md * Reduce just,simply,obviously,easy in transitioning-state.md * Reduce just,simply,obviously,easy in transitions.md
- Loading branch information
1 parent
2644e02
commit fe98cbe
Showing
28 changed files
with
172 additions
and
172 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.