diff --git a/lib/specs/v2.js b/lib/specs/v2.js
index fad6a753..a5155bd3 100644
--- a/lib/specs/v2.js
+++ b/lib/specs/v2.js
@@ -18,7 +18,7 @@ let rules = {
'GS001-DEPR-USER-GET': {
level: 'error',
rule: `{{#get "users"}}
should be replaced with {{#get "authors"}}
`,
- details: oneLineTrim`The usage of {{#get "users"}}
is deprecated and should be replaced with {{#get "authors"}}
.
+ details: oneLineTrim`The usage of {{#get "users"}}
is deprecated and will not return any data. It should be replaced with {{#get "authors"}}
.
Find more information about the {{get}}
helper here.`,
regex: /{{\s*?#get ("|')\s*users("|')\s*/g,
helper: '{{#get "users"}}'