Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/tutorial-template.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ First, use the `c3` CLI to create a new Cloudflare Workers project.

Replace `<WORKER_NAME>` 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.

Expand Down
Loading