Skip to content

Commit 7c37314

Browse files
infinniefimion
authored andcommitted
Update reactivity.md (#749)
1 parent b835f2c commit 7c37314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/reactivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Now it’s time to take a deep dive! One of Vue’s most distinct features is th
66

77
## What is Reactivity?
88

9-
This term comes up in programming quite a bit these days, but what do people mean when they say it? Reactivity is a programming paradigm that allows us to adjust to changes in a declarative manner. The canonical example that people usually show, because it’s a great one, is an excel spreadsheet.
9+
This term comes up in programming quite a bit these days, but what do people mean when they say it? Reactivity is a programming paradigm that allows us to adjust to changes in a declarative manner. The canonical example that people usually show, because it’s a great one, is an Excel spreadsheet.
1010

1111
<video width="550" height="400" controls>
1212
<source src="/images/reactivity-spreadsheet.mp4" type="video/mp4">

0 commit comments

Comments
 (0)