Skip to content

Commit 7f992a1

Browse files
committed
fix #369
1 parent 1b58e79 commit 7f992a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/comparison.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ That's why we offer a [Webpack template](https://github.com/vuejs-templates/webp
181181

182182
### Data binding
183183

184-
Angular 1 uses two-way binding between scopes, while Vue enforces a one-way data flow between components. The makes the flow of data easier to reason about in non-trivial applications.
184+
Angular 1 uses two-way binding between scopes, while Vue enforces a one-way data flow between components. This makes the flow of data easier to reason about in non-trivial applications.
185185

186186
### Directives vs Components
187187

0 commit comments

Comments
 (0)