From 8d759175d73138ec3260e5feba80a9cbfa952da1 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Thu, 18 Jul 2024 17:45:19 +0200 Subject: [PATCH] Fix typos --- content/en/content-management/multilingual.md | 2 +- content/en/functions/strings/Diff/index.md | 2 +- content/en/templates/404.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/content-management/multilingual.md b/content/en/content-management/multilingual.md index d7f6ec7d6..4529eb1c4 100644 --- a/content/en/content-management/multilingual.md +++ b/content/en/content-management/multilingual.md @@ -92,7 +92,7 @@ languageName : (`string`) The language name, typically used when rendering a language switcher. title -: (`string`) The site title for this langauge (optional). +: (`string`) The site title for this language (optional). weight : (`int`) The language weight. When set to a non-zero value, this is the primary sort criteria for this language. diff --git a/content/en/functions/strings/Diff/index.md b/content/en/functions/strings/Diff/index.md index be7bfd911..da172bbeb 100644 --- a/content/en/functions/strings/Diff/index.md +++ b/content/en/functions/strings/Diff/index.md @@ -30,4 +30,4 @@ Use `strings.Diff` to compare two strings and render a highlighted diff: Rendered: -![sreen capture](diff-screen-capture.png) +![screen capture](diff-screen-capture.png) diff --git a/content/en/templates/404.md b/content/en/templates/404.md index 43c2405fc..cde195697 100644 --- a/content/en/templates/404.md +++ b/content/en/templates/404.md @@ -43,7 +43,7 @@ Amazon S3|See [details](https://docs.aws.amazon.com/AmazonS3/latest/userguide/Cu Apache|See [details](https://httpd.apache.org/docs/2.4/custom-error.html). Azure Static Web Apps|See [details](https://learn.microsoft.com/en-us/azure/static-web-apps/configuration#response-overrides). Azure Storage|See [details](https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website#setting-up-a-static-website). -Caddy|See [deatils](https://caddyserver.com/docs/caddyfile/directives/handle_errors). +Caddy|See [details](https://caddyserver.com/docs/caddyfile/directives/handle_errors). Cloudflare Pages|See [details](https://developers.cloudflare.com/pages/configuration/serving-pages/#not-found-behavior). DigitalOcean App Platform|See [details](https://docs.digitalocean.com/products/app-platform/how-to/manage-static-sites/#configure-a-static-site). Firebase|See [details](https://firebase.google.com/docs/hosting/full-config#404).