diff --git a/demo/reagentdemo/intro.cljs b/demo/reagentdemo/intro.cljs index 8e8e0ff..675ae9c 100644 --- a/demo/reagentdemo/intro.cljs +++ b/demo/reagentdemo/intro.cljs @@ -128,7 +128,7 @@ [:p "The goal of Reagent is to make it possible to define arbitrarily complex UIs using just a couple of basic concepts, - and to be fast enough by default that you rarely have to care + and to be fast enough by default that you rarely have to think about performance."] [:p "A very basic Reagent component may look something like this: "]