diff --git a/src/guide/optimizations.md b/src/guide/optimizations.md index b85fe35766..b5f6d62e65 100644 --- a/src/guide/optimizations.md +++ b/src/guide/optimizations.md @@ -7,7 +7,7 @@ Now that we know how watchers are updating the components, you might ask how those changes eventually make it to the DOM! Perhaps you’ve heard of the Virtual DOM before, many frameworks including Vue use this paradigm to make sure our interfaces reflect the changes we’re updating in JavaScript effectively