From 5aefb9771b7c726f1a77695171353d1ac4ec3754 Mon Sep 17 00:00:00 2001 From: cf-scott <124814351+cf-scott@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:31:08 -0800 Subject: [PATCH] Update configuration.mdx Made "Worker" singular to agree with "a" --- .../workers-for-platforms/get-started/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-for-platforms/workers-for-platforms/get-started/configuration.mdx b/src/content/docs/cloudflare-for-platforms/workers-for-platforms/get-started/configuration.mdx index 616d2fc6ed9f13..b1b2b66d2dbc93 100644 --- a/src/content/docs/cloudflare-for-platforms/workers-for-platforms/get-started/configuration.mdx +++ b/src/content/docs/cloudflare-for-platforms/workers-for-platforms/get-started/configuration.mdx @@ -28,7 +28,7 @@ This guide will instruct you on setting up Workers for Platforms. You will confi ### 1. Create a user Worker -First, create a [user Workers](/cloudflare-for-platforms/workers-for-platforms/reference/how-workers-for-platforms-works/#user-workers). User Workers are Workers that your end users (end developers) will be uploading. +First, create a [user Worker](/cloudflare-for-platforms/workers-for-platforms/reference/how-workers-for-platforms-works/#user-workers). User Workers are Workers that your end users (end developers) will be uploading. User Workers can be created using C3. C3 (create-cloudflare-cli) is a command-line tool designed to help you setup and deploy Workers to Cloudflare as fast as possible.