diff --git a/README.md b/README.md index 2a8844fd..39592477 100644 --- a/README.md +++ b/README.md @@ -2781,7 +2781,7 @@ Other Style Guides ``` - - [19.16](#whitespace--func-call-spacing) Enforce spacing between functions and their invocations. eslint: [`func-call-spacing`](https://eslint.org/docs/rules/func-call-spacing) + - [19.16](#whitespace--func-call-spacing) Avoid spaces between functions and their invocations. eslint: [`func-call-spacing`](https://eslint.org/docs/rules/func-call-spacing) ```javascript // bad