You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guide/comparison.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ That's why we offer a [Webpack template](https://github.com/vuejs-templates/webp
181
181
182
182
### Data binding
183
183
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.
0 commit comments