Fix typos in docs (#11015)

This commit is contained in:
Klaus Hipp
2025-01-07 02:40:30 +01:00
committed by GitHub
parent ea4e4a4279
commit 9b67b2ae07
6 changed files with 9 additions and 9 deletions

View File

@@ -116,7 +116,7 @@ The following options output metadata about the commandline state:
**--is-valid**
Returns true when the commandline is syntactically valid and complete.
If it is, it would be executed when the ``execute`` bind function is called.
If the commandline is incomplete, return 2, if erroneus, return 1.
If the commandline is incomplete, return 2, if erroneous, return 1.
**--showing-suggestion**
Evaluates to true (i.e. returns 0) when the shell is currently showing an automatic history completion/suggestion, available to be consumed via one of the `forward-` bindings.