Skip to content
Snippets Groups Projects
Unverified Commit 912b7d60 authored by Charl Kruger's avatar Charl Kruger Committed by GitHub
Browse files

Update workers-pages-sdk.md typo (#10979)

* Update workers-pages-sdk.md type

* Update workers-pages-sdk.md

Changed simmple > simple however spell check fails with below. Think it's best to remove the word simple.

Run alex "./content/workers-ai/platform/workers-pages-sdk.md" 
content/workers-ai/platform/workers-pages-sdk.md
  9:21-9:27  warning  `simple` may be insensitive, try not to use it  simple  retext-equality
parent 84672349
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ weight: 1
# Workers + Pages SDK
This SDK provides a simmple interface between a Worker or Pages function and Workers AI
This SDK provides an interface between a Worker or Pages function and Workers AI
```javascript
import { run } from "@cloudflare/ai";
......@@ -56,4 +56,4 @@ const answer = ai.run({
question: "What is the origin of the phrase 'Hello, World'"
}
});
```
\ No newline at end of file
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment