Skip to content

Commit

Permalink
Merge branch 'main' into john/api-ref-update
Browse files Browse the repository at this point in the history
  • Loading branch information
donjo authored Jun 7, 2024
2 parents e69815e + 558eb18 commit fea150e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion by-example/tcp-connector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @tags cli
* @run --allow-net <url>
* @resource {https://deno.land/api?s=Deno.connect} Doc: Deno.connect
* @resource {/tcp-listener.ts} Example: TCP Listener
* @resource {/examples/tcp-listener} Example: TCP Listener
* @group Network
*
* An example of connecting to a TCP server on localhost and writing a 'ping' message to the server.
Expand Down
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
2 changes: 1 addition & 1 deletion replacements.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"CLI_VERSION": "1.44.0",
"CLI_VERSION": "1.44.1",
"STD_VERSION": "0.224.0"
}

0 comments on commit fea150e

Please sign in to comment.