Skip to content

Commit

Permalink
Fix typo in getting started doc (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankApiyo committed Sep 27, 2023
1 parent f3ad130 commit aae6efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aae6efb

Please sign in to comment.