Skip to content

Commit 23b1fea

Browse files
authored
[Workers] Fix typo (boilder -> boiler) (#20241)
1 parent 6ff123f commit 23b1fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/get-started/prompting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
import { Tabs, TabItem, GlossaryTooltip, Type, Badge, TypeScriptExample } from "~/components";
99

10-
One of the fastest ways to build an application is by using AI to assist with writing the boilder plate code. When building, iterating on or debugging applications using AI tools and Large Language Models (LLMs), a well-structured and extensive prompt helps provide the model with clearer guidelines & examples that can dramatically improve output.
10+
One of the fastest ways to build an application is by using AI to assist with writing the boiler plate code. When building, iterating on or debugging applications using AI tools and Large Language Models (LLMs), a well-structured and extensive prompt helps provide the model with clearer guidelines & examples that can dramatically improve output.
1111

1212
Below is an extensive example prompt that can help you build applications using Cloudflare Workers and your preferred AI model.
1313

0 commit comments

Comments
 (0)