diff --git a/examples/simple/src/simpleexample/core.cljs b/examples/simple/src/simpleexample/core.cljs index fa58110..3a99a77 100644 --- a/examples/simple/src/simpleexample/core.cljs +++ b/examples/simple/src/simpleexample/core.cljs @@ -51,7 +51,7 @@ :timer (fn [db _] ;; db is the app-db atom - (reaction (:timer @db)))) ;; wrap the compitation in a reaction + (reaction (:timer @db)))) ;; wrap the computation in a reaction (register-sub