]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/func-call-spacing.js
import 8.23.1 source
[pve-eslint.git] / eslint / lib / rules / func-call-spacing.js
index 0391d99c76323e088980dda34621c5af8cde31e9..fec6763a2cdf809e5d5d15d8b941e62fb09d4884 100644 (file)
@@ -21,7 +21,7 @@ module.exports = {
         type: "layout",
 
         docs: {
-            description: "require or disallow spacing between function identifiers and their invocations",
+            description: "Require or disallow spacing between function identifiers and their invocations",
             recommended: false,
             url: "https://eslint.org/docs/rules/func-call-spacing"
         },