Skip to content

Commit 3b83fc2

Browse files
authored
Fix minor typo in documentation (#577)
1 parent c8a0df4 commit 3b83fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ print(Settings().model_dump())
721721
"""
722722
```
723723

724-
To enable CLI parsing, we simply set the `cli_parse_args` flag to a valid value, which retains similar conotations as
724+
To enable CLI parsing, we simply set the `cli_parse_args` flag to a valid value, which retains similar connotations as
725725
defined in `argparse`.
726726

727727
Note that a CLI settings source is [**the topmost source**](#field-value-priority) by default unless its [priority value

0 commit comments

Comments
 (0)