Skip to content

Commit e529615

Browse files
authored
Fix typo at Environment variable names section (#173)
1 parent 2d8d5be commit e529615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ There are two ways to do this:
168168
Check the [`Field` aliases documentation](fields.md#field-aliases) for more information about aliases.
169169

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

173173
```py
174174
from pydantic import Field

0 commit comments

Comments
 (0)