Skip to content

Commit

Permalink
Typo (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
healingdrawing authored Jun 5, 2024
1 parent 2b3ec0b commit e5f085e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/kv/manual/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Deno.test("Preferences", async (t) => {
});
```

This works becaus Deno KV is backed by SQLite when run for local development. Just like
This works because Deno KV is backed by SQLite when run for local development. Just like
in-memory SQLite databases, multiple ephemeral Deno KV stores can exist at once without
interfering with one another. For more information about special database addressing modes,
see [the SQLite docs on the topic](https://www.sqlite.org/inmemorydb.html).
Expand Down
2 changes: 1 addition & 1 deletion deploy/manual/firebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Firebase is a platform developed by Google for creating mobile and web
applications. Its features include authentication primitives for log in and a
NoSQL datasore, Firestore, that you can persist data to.
NoSQL datastore, Firestore, that you can persist data to.

This tutorial covers how to connect to Firebase from an application deployed on
Deno Deploy.
Expand Down

0 comments on commit e5f085e

Please sign in to comment.