Skip to content

Commit

Permalink
fix(docs): added missing dot (#51718)
Browse files Browse the repository at this point in the history
Added missing dot in
```docs/02-app/01-building-your-application/06-configuring/03-environment-variables.mdx```
  • Loading branch information
Mingyu-Song committed Jun 23, 2023
1 parent 4dae429 commit b448a50
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -163,4 +163,4 @@ For example, if `NODE_ENV` is `development` and you define a variable in both `.
## Good to know

- If you are using a [`/src` directory](/docs/app/building-your-application/configuring/src-directory), `env.*` files should remain in the root of your project.
- If you are using a [`/src` directory](/docs/app/building-your-application/configuring/src-directory), `.env.*` files should remain in the root of your project.

0 comments on commit b448a50

Please sign in to comment.