Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
utdemir committed Jun 18, 2023
1 parent 7a6ab48 commit 72d5f3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ generated_docs
.docs_reflection.json

node_modules
.tmp*
.tmp*
.DS_store
*.tgz

core/README.md
3 changes: 2 additions & 1 deletion docs/src/00 Why.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ command line application.
There are many options for storing state. `composable-index` is one of them, and
it is useful when:

* Your data fits in memory, and do not need to persist it (or another
* Your data fits in memory, and do not need to persist it (or have another mechanism
for persisting it).
* You want a thin layer to represent your data and queries as plain JavaScript
persistence mechanism).
objects.
Expand Down

0 comments on commit 72d5f3f

Please sign in to comment.