Skip to content

Commit ac13faa

Browse files
Opt for binding variable in h3
1 parent 85bd927 commit ac13faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/secrets-store/integrations/workers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ secrets_store_secrets = [
133133
[Bindings](/workers/runtime-apis/bindings/) are located on the `env` object. To access the secret you first need an asynchronous call.
134134

135135

136-
### Call `get()` on the binding name/variable
136+
### Call `get()` on the binding variable
137137

138138
```js
139139
export default {

0 commit comments

Comments
 (0)