summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/lib/rules/template-curly-spacing.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/lib/rules/template-curly-spacing.js')
-rw-r--r--tools/node_modules/eslint/lib/rules/template-curly-spacing.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/node_modules/eslint/lib/rules/template-curly-spacing.js b/tools/node_modules/eslint/lib/rules/template-curly-spacing.js
index 2794b45cf7..07da6a39b0 100644
--- a/tools/node_modules/eslint/lib/rules/template-curly-spacing.js
+++ b/tools/node_modules/eslint/lib/rules/template-curly-spacing.js
@@ -53,7 +53,7 @@ module.exports = {
/**
* Checks spacing before `}` of a given token.
- * @param {Token} token - A token to check. This is a Template token.
+ * @param {Token} token A token to check. This is a Template token.
* @returns {void}
*/
function checkSpacingBefore(token) {
@@ -82,7 +82,7 @@ module.exports = {
/**
* Checks spacing after `${` of a given token.
- * @param {Token} token - A token to check. This is a Template token.
+ * @param {Token} token A token to check. This is a Template token.
* @returns {void}
*/
function checkSpacingAfter(token) {