Skip to content

Commit

Permalink
Update using-environment-variables.mdx (#9040)
Browse files Browse the repository at this point in the history
### Description
Add missing word.

### Testing Instructions
N/A
  • Loading branch information
robertn702 authored Aug 22, 2024
1 parent 9f742c3 commit bd16c1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ There are three important questions when working with environment variables in T

## Adding environment variables to task hashes

Turborepo needs to be aware your environment variables to account for changes in application behavior. To do this, use the `env` and `globalEnv` keys in your `turbo.json` file.
Turborepo needs to be aware of your environment variables to account for changes in application behavior. To do this, use the `env` and `globalEnv` keys in your `turbo.json` file.

```json title="./turbo.json"
{
Expand Down

0 comments on commit bd16c1b

Please sign in to comment.