From aae6efbdb05214716e3500c3edff8cfa79b6efef Mon Sep 17 00:00:00 2001 From: Frankline Apiyo Date: Wed, 27 Sep 2023 19:39:43 +0300 Subject: [PATCH] Fix typo in getting started doc (#256) --- doc/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/getting-started.md b/doc/getting-started.md index 4f1b31a4..d344547b 100755 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -166,7 +166,7 @@ Add following dependencies into *project.clj* file. ### 2. Set initial value of re-frame database -File *src/frontend/todo_app/db.cljs* contains initial value of re-frame databse. Inside of this file replace value of *default-db* to following: +File *src/frontend/todo_app/db.cljs* contains initial value of re-frame database. Inside of this file replace value of *default-db* to following: ```clojure (def default-db