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.