diff --git a/jrnl/output.py b/jrnl/output.py index b645d6d1..624dd8be 100644 --- a/jrnl/output.py +++ b/jrnl/output.py @@ -10,7 +10,7 @@ def deprecated_cmd(old_cmd, new_cmd, callback=None, **kwargs): warning_msg = f""" The command {old_cmd} is deprecated and will be removed from jrnl soon. - Please us {new_cmd} instead. + Please use {new_cmd} instead. """ warning_msg = textwrap.dedent(warning_msg) logging.warning(warning_msg)