Skip to content

Commit

Permalink
docs: Fix grammatical errors in the function secrets guide (supabase#…
Browse files Browse the repository at this point in the history
  • Loading branch information
weevil111 committed Oct 16, 2023
1 parent 3d70a1c commit e2784ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/pages/guides/functions/secrets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Deno.env.get(MY_SECRET_NAME)

### Local Development

When developing functions locally, you be able to load environment variables two ways:
When developing functions locally, you will be able to load environment variables in two ways:

1. Through a default `.env` file placed at `supabase/functions/.env`, which will get loaded on `supabase start`
2. Through the `--env-file` option for `supabase functions serve`, for example: `supabase functions serve --env-file ./path/to/.env-file`
Expand Down

0 comments on commit e2784ae

Please sign in to comment.