Skip to content

Commit

Permalink
docs: fix typo (#1759)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlexLichter authored Sep 26, 2023
1 parent 1ccf0d1 commit 0bb533a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.deploy/providers/cloudflare.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ const { results } = await stmt.all()
Nitro allows to universally access environment variables using `process.env` or `import.meta.env` or runtime config.

::alert
Make sure to only access environment variables **within the event lifecycle** and not in global contexts since cloudflare only makes them avaialble during the request lifecycle and not before.
Make sure to only access environment variables **within the event lifecycle** and not in global contexts since cloudflare only makes them available during the request lifecycle and not before.
::

**Example:** If you have set `SECRET` and `NITRO_HELLO_THERE` environment variables you can access them with either of these:
Expand Down

0 comments on commit 0bb533a

Please sign in to comment.