Skip to content

Commit c7e1c03

Browse files
fix caution box title
1 parent f334435 commit c7e1c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/partials/workers/secrets-in-dev.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SECRET_KEY="value"
1919
API_TOKEN="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9"
2020
```
2121

22-
:::caution [Do not commit secrets to git]
22+
:::caution[Do not commit secrets to git]
2323
The `.dev.vars` and `.env` files should not committed to git. Add `.dev.vars*` and `.env*` to your project's `.gitignore` file.
2424
:::
2525

0 commit comments

Comments
 (0)