]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/dot-location.js
import eslint 7.18.0
[pve-eslint.git] / eslint / lib / rules / dot-location.js
index 0a739b1712b902949b471c258ae8bf1a35de1b47..a8d5a760562d3e1e468bebae6d892e3938ebc2d2 100644 (file)
@@ -46,7 +46,7 @@ module.exports = {
         const sourceCode = context.getSourceCode();
 
         /**
-         * Reports if the dot between object and property is on the correct loccation.
+         * Reports if the dot between object and property is on the correct location.
          * @param {ASTNode} node The `MemberExpression` node.
          * @returns {void}
          */