diff --git a/docs/index.md b/docs/index.md index 1835bbe6..578f8cb0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -721,7 +721,7 @@ print(Settings().model_dump()) """ ``` -To enable CLI parsing, we simply set the `cli_parse_args` flag to a valid value, which retains similar conotations as +To enable CLI parsing, we simply set the `cli_parse_args` flag to a valid value, which retains similar connotations as defined in `argparse`. Note that a CLI settings source is [**the topmost source**](#field-value-priority) by default unless its [priority value