Skip to content

Commit 97e37a5

Browse files
authored
Update src/content/docs/workers/runtime-apis/bindings/index.mdx
1 parent 995cb62 commit 97e37a5

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/runtime-apis/bindings

1 file changed

+1
-1
lines changed

src/content/docs/workers/runtime-apis/bindings/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: Worker Bindings that allow for interaction with other Cloudflare Re
88

99
import { DirectoryListing, WranglerConfig } from "~/components"
1010

11-
Bindings allow your Worker to interact with resources on the Cloudflare Developer Platform. Bindings provide better performance and less restrictions from Workers than using the [REST APIs](/api/).
11+
Bindings allow your Worker to interact with resources on the Cloudflare Developer Platform. Bindings provide better performance and less restrictions from Workers than using the [REST APIs](/api/) which are intended for non-Workers applications.
1212

1313
The following bindings available today:
1414

0 commit comments

Comments
 (0)