Skip to content

Commit d12c190

Browse files
authored
Apply suggestions from code review
1 parent 9d02524 commit d12c190

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/content/docs/workers/configuration/secrets.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ Secrets are a type of binding that allow you to attach encrypted text values to
1515

1616
Secrets can be accessed from Workers as you would any other [environment variables](/workers/configuration/environment-variables/). For instance, given a `DB_CONNECTION_STRING` secret, you can access it in your Worker code:
1717

18-
<Tabs> <TabItem label="JavaScript" icon="seti:javascript">
1918

20-
```js
19+
```js title="index.js"
2120
import postgres from "postgres";
2221

2322
export default {

0 commit comments

Comments
 (0)