Skip to content

Commit

Permalink
Fix typo at Environment variable names section (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
iagorrr authored Oct 1, 2023
1 parent 2d8d5be commit e529615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ There are two ways to do this:
Check the [`Field` aliases documentation](fields.md#field-aliases) for more information about aliases.

`env_prefix` does not apply to fields with alias. It means the environment variable name is the same
as field alis:
as field alias:

```py
from pydantic import Field
Expand Down

0 comments on commit e529615

Please sign in to comment.