From f1ba3e0f3986d0363134f2b79f9590dd2ef4c296 Mon Sep 17 00:00:00 2001 From: joan xie Date: Tue, 15 Dec 2020 15:24:23 +0800 Subject: [PATCH] Update reactivity.md --- src/guide/reactivity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/reactivity.md b/src/guide/reactivity.md index ef4707fcea..a1ec3a855d 100644 --- a/src/guide/reactivity.md +++ b/src/guide/reactivity.md @@ -6,7 +6,7 @@ Now it’s time to take a deep dive! One of Vue’s most distinct features is th ## What is Reactivity? -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. +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.