From 2e69026ab1f7f39735639d91b950277b14f9ef8d Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Tue, 30 Jul 2024 22:55:56 +0200 Subject: [PATCH] Fix typos --- deploy/api/index.md | 2 +- deploy/kv/manual/backup.md | 4 ++-- deploy/kv/manual/index.md | 2 +- deploy/kv/manual/queue_overview.md | 6 +++--- deploy/manual/deployctl.md | 2 +- runtime/manual/getting_started/setup_your_environment.md | 2 +- runtime/manual/node/index.md | 2 +- runtime/manual/references/contributing/profiling.md | 2 +- subhosting/manual/quick_start.md | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/deploy/api/index.md b/deploy/api/index.md index 541091425..98cca7364 100644 --- a/deploy/api/index.md +++ b/deploy/api/index.md @@ -68,7 +68,7 @@ Deploy. - [`Deno.resolveDns`](https://docs.deno.com/api/deno/~/Deno.resolveDns) - Make DNS queries - File system API - - [`Deno.cwd`](hhttps://docs.deno.com/api/deno/~/Deno.cwd) - Get the current + - [`Deno.cwd`](https://docs.deno.com/api/deno/~/Deno.cwd) - Get the current working directory - [`Deno.readDir`](https://docs.deno.com/api/deno/~/Deno.readDir) - Get directory listings diff --git a/deploy/kv/manual/backup.md b/deploy/kv/manual/backup.md index f33da2a0e..21cf1d6b2 100644 --- a/deploy/kv/manual/backup.md +++ b/deploy/kv/manual/backup.md @@ -128,7 +128,7 @@ and the region the bucket is in. Then click "Save". /> The backup will start immediately. Once the data has been backed up, and -continous backup is active, you will see the status change to "Active". +continuous backup is active, you will see the status change to "Active". ## Configuring backup to Google Cloud Storage @@ -215,7 +215,7 @@ Cloud Storage". Enter the bucket name, access key ID, and secret access key you created earlier, and the region the bucket is in. Then click "Save". The backup will start immediately. Once the data has been backed up, and -continous backup is active, you will see the status change to "Active". +continuous backup is active, you will see the status change to "Active". ## Using backups diff --git a/deploy/kv/manual/index.md b/deploy/kv/manual/index.md index 8d8828973..36a0c276f 100644 --- a/deploy/kv/manual/index.md +++ b/deploy/kv/manual/index.md @@ -245,7 +245,7 @@ by your code. Learn more about Deno KV on Deno Deploy [here](./on_deploy). By default, [`Deno.openKv()`](https://docs.deno.com/api/deno/~/Deno.openKv) creates or opens a persistent store based on the path from which the script that -invoked it was run. This isn't usually desireable for tests, which need to +invoked it was run. This isn't usually desirable for tests, which need to produce the same behavior when run many times in a row. To test code that uses Deno KV, you can use the special argument `":memory:"` to diff --git a/deploy/kv/manual/queue_overview.md b/deploy/kv/manual/queue_overview.md index c862c003a..e88ae4128 100644 --- a/deploy/kv/manual/queue_overview.md +++ b/deploy/kv/manual/queue_overview.md @@ -171,10 +171,10 @@ once per message. See handler is invoked to process your queued messages when they're ready for delivery. If your handler throws an exception the runtime will automatically retry to call the handler again until it succeeds or until maximum retry -attempts are reached. The message is considered to be succesfully processed once -the +attempts are reached. The message is considered to be successfully processed +once the [`listenQueue`](https://docs.deno.com/api/deno/~/Deno.Kv.prototype.listenQueue) -handler invocation completes succesfully. The message will be dropped if the +handler invocation completes successfully. The message will be dropped if the handler consistently fails on retries. ### Message delivery order diff --git a/deploy/manual/deployctl.md b/deploy/manual/deployctl.md index c6d1ff627..a44f38c2a 100644 --- a/deploy/manual/deployctl.md +++ b/deploy/manual/deployctl.md @@ -16,7 +16,7 @@ running the following command: curl -fsSL https://deno.land/install.sh | sh ``` -You don't need to setup a Deno Deploy account beforhand. It will be created +You don't need to setup a Deno Deploy account beforehand. It will be created along the way when you deploy your first project. ## Install `deployctl` diff --git a/runtime/manual/getting_started/setup_your_environment.md b/runtime/manual/getting_started/setup_your_environment.md index 29c51f2e4..2980c4835 100644 --- a/runtime/manual/getting_started/setup_your_environment.md +++ b/runtime/manual/getting_started/setup_your_environment.md @@ -254,7 +254,7 @@ support Deno. ### Kakoune -[Kakoune](http://kakoune.org/) supports connecting to the Deno language server +[Kakoune](https://kakoune.org/) supports connecting to the Deno language server via the [kak-lsp](https://github.com/kak-lsp/kak-lsp) client. Once [kak-lsp is installed](https://github.com/kak-lsp/kak-lsp#installation) an example of configuring it up to connect to the Deno language server is by adding diff --git a/runtime/manual/node/index.md b/runtime/manual/node/index.md index 842ad69cc..f8d75431a 100644 --- a/runtime/manual/node/index.md +++ b/runtime/manual/node/index.md @@ -17,7 +17,7 @@ more about these methods. ## Unstable compatibility features -Node and npm compatiblity is an ongoing project for the Deno team. As such, +Node and npm compatibility is an ongoing project for the Deno team. As such, there are a number of unstable features aimed at improving compatibility that you may want to reference. Please check out the [unstable feature flags](/runtime/manual/tools/unstable_flags) documentation for diff --git a/runtime/manual/references/contributing/profiling.md b/runtime/manual/references/contributing/profiling.md index 3189dba24..c92d57e88 100644 --- a/runtime/manual/references/contributing/profiling.md +++ b/runtime/manual/references/contributing/profiling.md @@ -547,7 +547,7 @@ Options: type: size_t default: 0 --initial-heap-size (initial size of the heap (in Mbytes)) type: size_t default: 0 - --huge-max-old-generation-size (Increase max size of the old space to 4 GB for x64 systems withthe physical memory bigger than 16 GB) + --huge-max-old-generation-size (Increase max size of the old space to 4 GB for x64 systems with the physical memory bigger than 16 GB) type: bool default: true --initial-old-space-size (initial old space size (in Mbytes)) type: size_t default: 0 diff --git a/subhosting/manual/quick_start.md b/subhosting/manual/quick_start.md index adf2d9da5..27600000b 100644 --- a/subhosting/manual/quick_start.md +++ b/subhosting/manual/quick_start.md @@ -172,7 +172,7 @@ like this: } ``` -Note the `id` of the project that was returned with this repsonse - this is the +Note the `id` of the project that was returned with this response - this is the project ID we'll use in the next step. Now that we have REST API access configured and a project set up, we can move on