diff --git a/saws/completer.py b/saws/completer.py index 88e18733..5a2b8a64 100644 --- a/saws/completer.py +++ b/saws/completer.py @@ -158,7 +158,7 @@ def replace_shortcut(self, text): Currently, only one shortcut is replaced before shortcut replacement terminates, although this function could potentially be extended - to replace mutliple shortcuts. + to replace multiple shortcuts. Args: * text: A string representing the input command text to replace.