diff --git a/templates/command.hbs b/templates/command.hbs
index c5e283b6..30906256 100644
--- a/templates/command.hbs
+++ b/templates/command.hbs
@@ -10,7 +10,7 @@ IF YOU WANT TO CHANGE THIS CONTENT, CONTACT juliet.shackell@salesforce.com FOR D
-->
{{!--Not all commands have a minor noun; some are just commandmajornoun:commandverb. This is a sample topic for a commmand with no minor noun.--}}
{{id}}{{#if isClosedPilotCommand}} (Pilot){{/if}}{{#if isOpenPilotCommand}} (Pilot){{/if}}{{#if isBetaCommand}} (Beta){{/if}}{{#if deprecated}} (Deprecated){{/if}}
- {{#if deprecated}}The command {{id}} has been deprecated and will be removed in v{{deprecated.version}}.0 or later. {{#if deprecated.to}} Use {{deprecated.to}} instead. {{/if}} {{/if}}{{description}}
+ {{#if deprecated}}The command {{id}} has been deprecated and will be removed in v{{deprecated.version}}.0 or later. {{#if deprecated.to}} Use {{deprecated.to}} instead. {{/if}} {{/if}}{{description}}
{{!--In the future we’ll add keywords here.--}}