Skip to content

Commit 3864c04

Browse files
MachinisteWebsdras
authored andcommitted
[Doc EN]: instance.md and components.md changes (#1467)
* New in with + symbol Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com> * Review of 2.5.0 doc Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com> * Review Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com> * Fix syntax typo Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com> * Add space between new line of documentation Signed-off-by: MachinisteWeb <bruno.lesieur@gmail.com> * Add @posva review Signed-off-by: MachinisteWeb <bruno.lesieur@gmail.com> * Add french str Signed-off-by: MachinisteWeb <bruno.lesieur@gmail.com> * Change directeur to director Signed-off-by: MachinisteWeb <bruno.lesieur@gmail.com> * Fix EN doc Signed-off-by: MachinisteWeb <bruno.lesieur@gmail.com>
1 parent 3bce1a3 commit 3864c04

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/v2/guide/components.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,8 +677,7 @@ new Vue({
677677
</script>
678678
{% endraw %}
679679

680-
In this second example, it's important to note that the child component is still completely decoupled from what happens outside of it.
681-
All it does is report information about its own activity including a payload data into event emitter, just in case a parent component might care.
680+
In this second example, it's important to note that the child component is still completely decoupled from what happens outside of it. All it does is report information about its own activity including a payload data into event emitter, just in case a parent component might care.
682681

683682
### Binding Native Events to Components
684683

src/v2/guide/instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ new Vue({
9696
```html
9797
<div id="app">
9898
<p>{{ foo }}</p>
99-
<!-- this will no longer update foo! -->
99+
<!-- this will no longer update `foo`! -->
100100
<button @click="foo = 'baz'">Change it</button>
101101
</div>
102102
```

0 commit comments

Comments
 (0)