diff --git a/silkaj/cli.py b/silkaj/cli.py
index 67f3d6098079eaa4ead2aa4ecf84a7dae79231c0..e7455f0c539f2232c432ae9bac96d7189b0c7693 100644
--- a/silkaj/cli.py
+++ b/silkaj/cli.py
@@ -147,7 +147,7 @@ cli.add_command(received_sent_certifications)
 @cli.group(
     "revocation",
     help="Create, save, verify or publish revocation document.\n\
-Subcommands optionnaly take the path to the revocation document.",
+Subcommands optionally take the path to the revocation document.",
 )
 @help_option("-h", "--help")
 def revocation_group():