From b3df2d007a3e93f78095d0bede965ea4fef018e2 Mon Sep 17 00:00:00 2001 From: Alexander Tymchuk Date: Wed, 15 Apr 2020 11:19:23 +0300 Subject: [PATCH] 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) . --- docs/sources/plugins/developing/code-styleguide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/plugins/developing/code-styleguide.md b/docs/sources/plugins/developing/code-styleguide.md index fabc0e9f978..288ce7c5fde 100644 --- a/docs/sources/plugins/developing/code-styleguide.md +++ b/docs/sources/plugins/developing/code-styleguide.md @@ -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.