diff --git a/templates/tutorial-template.mdx b/templates/tutorial-template.mdx index 220f1d11f233611..bc72f52fb2ccdec 100644 --- a/templates/tutorial-template.mdx +++ b/templates/tutorial-template.mdx @@ -38,9 +38,9 @@ First, use the `c3` CLI to create a new Cloudflare Workers project. Replace `` with your desired Worker name. -## 2. Tets run your Worker on a local server +## 2. Test run your Worker on a local server -(To include a shell command, use the examples below [For code block guidelines read our style guide](/style-guide/formatting/code-block-guidelines/).) +(To include a shell command, use the examples below. [For code block guidelines read our style guide](/style-guide/formatting/code-block-guidelines/).) Next, change into the newly created Worker's directory.