Skip to content

Commit 8c545d3

Browse files
aspalakazupon
authored andcommitted
fix: typos using misspell (#916)
This PR is part of a campaign to fix a lot of typos on github! You can see the progress on https://github.com/fixTypos/fix_typos/ https://github.com/client9/misspell
1 parent a5b1643 commit 8c545d3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $ hexo server
1414

1515
## On Translations
1616

17-
Translation for this documentation project are currently mantained in separate repositories forked from this original one.
17+
Translation for this documentation project are currently maintained in separate repositories forked from this original one.
1818

1919
### French
2020

src/_posts/011-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The only exception to the rule is `v-with` (and `paramAttributes` which compiles
5454

5555
### Cleaner Event Communication
5656

57-
Previously the standard way for a child component to communicate to its parent is via dispatching events. However, with this approach, the event listeners on the parent component are not guaranteed to be listening on the desired child component only. It's also possible to trigger undesired listners further up the chain if we do not cancel the event.
57+
Previously the standard way for a child component to communicate to its parent is via dispatching events. However, with this approach, the event listeners on the parent component are not guaranteed to be listening on the desired child component only. It's also possible to trigger undesired listeners further up the chain if we do not cancel the event.
5858

5959
The most common use case is for a parent to react to the events from a specific, direct child component. So in 0.11.4, [a new directive `v-events`](/api/directives.html#v-events) has been introduced to enable exactly this behavior.
6060

src/_posts/vue-next.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2014-07-29 00:04:55
55

66
## 0.10.6
77

8-
Vue.js 0.10.6 has been released! This is another small bug-fix release and will be the last maintainance version before the next major release.
8+
Vue.js 0.10.6 has been released! This is another small bug-fix release and will be the last maintenance version before the next major release.
99

1010
<!-- more -->
1111

@@ -22,6 +22,6 @@ Some of you might have noticed there is a [next](https://github.com/yyx990803/vu
2222
- Fix some issues that are caused by design flaws in the current version. Because these changes affect the design of some core modules, it is actually easier to rewrite than to apply on the current codebase.
2323
- Improve general code quality (in particular, `compiler.js` as of now is a big pile of mess, and comments are not consistent across the codebase.)
2424

25-
Take note that the `next` branch is still in **very** early stage. The internals will change a lot, and when it comes out it **will** break current applications. Despite that I will try to keep the API changes to a minimum. Major differences with current 0.10 branch are documented in [`changes.md`](https://github.com/yyx990803/vue/blob/next/changes.md). The list is obviously incomplete and subject to change, some of them are simply ideas, but it at least gives you a taste of what to expect, and I'd appreicate your feedback on any of the topics.
25+
Take note that the `next` branch is still in **very** early stage. The internals will change a lot, and when it comes out it **will** break current applications. Despite that I will try to keep the API changes to a minimum. Major differences with current 0.10 branch are documented in [`changes.md`](https://github.com/yyx990803/vue/blob/next/changes.md). The list is obviously incomplete and subject to change, some of them are simply ideas, but it at least gives you a taste of what to expect, and I'd appreciate your feedback on any of the topics.
2626

2727
Share your thoughts at [vuejs/Discussion](https://github.com/vuejs/Discussion/issues).

src/v2/guide/migration-vuex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ order: 28
99
Both Vuex 1.0 and 2.0:
1010

1111
- fully support both Vue 1.0 and 2.0
12-
- will be maintained for the forseeable future
12+
- will be maintained for the foreseeable future
1313

1414
They have slightly different target users however.
1515

0 commit comments

Comments
 (0)