Skip to content

Commit d08f211

Browse files
committed
Fixed documentation
1 parent 6946e57 commit d08f211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Aliases are now sorted alphabetically
1111
* The **set** command now tab-completes settable parameter names
1212
* Added ``async_alert``, ``async_update_prompt``, and ``set_window_title`` functions
13-
* These allow you to provide feedback to the user in an asychronous fashion, meaning alert can be
13+
* These allow you to provide feedback to the user in an asychronous fashion, meaning alerts can
1414
display when the user is still entering text at the prompt. See [async_printing.py](https://github.com/python-cmd2/cmd2/blob/master/examples/async_printing.py)
1515
for an example.
1616
* Deletions

0 commit comments

Comments
 (0)