diff --git a/packages/eslint-plugin-sui/src/rules/decorators.js b/packages/eslint-plugin-sui/src/rules/decorators.js index 9c524de80..c767a4f0a 100644 --- a/packages/eslint-plugin-sui/src/rules/decorators.js +++ b/packages/eslint-plugin-sui/src/rules/decorators.js @@ -31,7 +31,7 @@ module.exports = { Your tracer decorator should be call always with the name of your class `, inlineErrorMissplace: dedent` - the inlineError decorator should be always the first + The inlineError decorator should always be closest to the execute method ` } },