Fix a lexical flaw (#23447)

Please also note, that `https://github.com/grafana/worldmap-panel/blob/master/.eslintrc` does not exist (referenced in `Linting` section) .
This commit is contained in:
Alexander Tymchuk
2020-04-15 11:19:23 +03:00
committed by GitHub
parent fa6a43c6e5
commit b3df2d007a

View File

@ -179,4 +179,4 @@ We recommend that you use a linter for your JavaScript. For ES6, the standard li
}
}
```
5. If using Lodash, then be consequent and prefer that to the native ES6 array functions.
5. If using Lodash, then be consistent and prefer that to the native ES6 array functions.