Skip to content

Commit f8b42bd

Browse files
authored
Merge pull request #6495 from Rohan5commit/docs-input-messages-20260417
docs: fix input validation typo
2 parents 759e66f + 697d0ff commit f8b42bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/widgets/input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This will prevent the user from typing any more characters when the maximum has
6868
You can supply one or more *[validators][textual.validation.Validator]* to the `Input` widget to validate the value.
6969

7070
All the supplied validators will run when the value changes, the `Input` is submitted, or focus moves _out_ of the `Input`.
71-
The values `"changed"`, `"submitted"`, and `"blur"`, can be passed as an iterable to the `Input` parameter `validate_on` to request that validation occur only on the respective mesages.
71+
The values `"changed"`, `"submitted"`, and `"blur"`, can be passed as an iterable to the `Input` parameter `validate_on` to request that validation occur only on the respective messages.
7272
(See [`InputValidationOn`][textual.widgets._input.InputValidationOn] and [`Input.validate_on`][textual.widgets.Input.validate_on].)
7373
For example, the code below creates an `Input` widget that only gets validated when the value is submitted explicitly:
7474

0 commit comments

Comments
 (0)