From 0e91724c214ff70337b6417928a4b49ea4632153 Mon Sep 17 00:00:00 2001 From: vil02 <65706193+vil02@users.noreply.github.com> Date: Thu, 30 Jan 2025 22:33:03 +0100 Subject: [PATCH] [Workers] Properly spell `manage` --- .../docs/workers/tutorials/store-data-with-fauna/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/tutorials/store-data-with-fauna/index.mdx b/src/content/docs/workers/tutorials/store-data-with-fauna/index.mdx index 1a66b1262383b9..4896dc128b0f89 100644 --- a/src/content/docs/workers/tutorials/store-data-with-fauna/index.mdx +++ b/src/content/docs/workers/tutorials/store-data-with-fauna/index.mdx @@ -161,7 +161,7 @@ The integration creates a new Fauna authentication key and stores the key's secr :::note -You can mange the generated Fauna key in the Fauna Dashboard. See the [Clouflare Fauna integration docs](/workers/databases/native-integrations/fauna). +You can manage the generated Fauna key in the Fauna Dashboard. See the [Clouflare Fauna integration docs](/workers/databases/native-integrations/fauna). :::