diff --git a/lib/config/templates/digest/pr-body.hbs b/lib/config/templates/digest/pr-body.hbs
index 7c1e6ab51bf4587bffb9eb48cf9564daef9a8e1d..ad4c852b7dcc9d6e5494d618252fa75dc19f9ac9 100644
--- a/lib/config/templates/digest/pr-body.hbs
+++ b/lib/config/templates/digest/pr-body.hbs
@@ -1,6 +1,6 @@
 This Pull Request updates dependency `{{{depName}}}` to the latest sha (`{{{newDigest}}}`).
 
-If you wish to disable digest updates, add `":disableDigestUpdates" to the `extends` array in your config.
+If you wish to disable digest updates, add `":disableDigestUpdates"` to the `extends` array in your config.
 
 {{#if schedule}}
 **Note**: This PR was created on a configured schedule ("{{{schedule}}}"{{#if timezone}} in timezone `{{{timezone}}}`{{/if}}) and will not receive updates outside those times.