From 76ff7c7f793633596c262b78ae876da15839a65d Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Mon, 24 Jun 2019 22:45:35 +0900 Subject: [PATCH] [editorial] [docs] correct JavaScript capitalization --- README.md | 2 +- packages/eslint-config-airbnb-base/README.md | 2 +- packages/eslint-config-airbnb/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 57f90f06..21b636d0 100644 --- a/README.md +++ b/README.md @@ -3670,7 +3670,7 @@ Other Style Guides - [jQuery Find vs Context, Selector](https://jsperf.com/jquery-find-vs-context-sel/13) - [innerHTML vs textContent for script text](https://jsperf.com/innerhtml-vs-textcontent-for-script-text) - [Long String Concatenation](https://jsperf.com/ya-string-concat) - - [Are Javascript functions like `map()`, `reduce()`, and `filter()` optimized for traversing arrays?](https://www.quora.com/JavaScript-programming-language-Are-Javascript-functions-like-map-reduce-and-filter-already-optimized-for-traversing-array/answer/Quildreen-Motta) + - [Are JavaScript functions like `map()`, `reduce()`, and `filter()` optimized for traversing arrays?](https://www.quora.com/JavaScript-programming-language-Are-Javascript-functions-like-map-reduce-and-filter-already-optimized-for-traversing-array/answer/Quildreen-Motta) - Loading... **[⬆ back to top](#table-of-contents)** diff --git a/packages/eslint-config-airbnb-base/README.md b/packages/eslint-config-airbnb-base/README.md index a5c3b107..685e5006 100644 --- a/packages/eslint-config-airbnb-base/README.md +++ b/packages/eslint-config-airbnb-base/README.md @@ -84,7 +84,7 @@ Lints ES5 and below. Requires `eslint` and `eslint-plugin-import`. 2. Add `"extends": "airbnb-base/legacy"` to your .eslintrc -See [Airbnb's overarching ESLint config](https://npmjs.com/eslint-config-airbnb), [Airbnb's Javascript styleguide](https://github.com/airbnb/javascript), and the [ESlint config docs](https://eslint.org/docs/user-guide/configuring#extending-configuration-files) for more information. +See [Airbnb's overarching ESLint config](https://npmjs.com/eslint-config-airbnb), [Airbnb's JavaScript styleguide](https://github.com/airbnb/javascript), and the [ESlint config docs](https://eslint.org/docs/user-guide/configuring#extending-configuration-files) for more information. ### eslint-config-airbnb-base/whitespace diff --git a/packages/eslint-config-airbnb/README.md b/packages/eslint-config-airbnb/README.md index f7f3c639..7296176e 100644 --- a/packages/eslint-config-airbnb/README.md +++ b/packages/eslint-config-airbnb/README.md @@ -68,7 +68,7 @@ This entry point is deprecated. See [eslint-config-airbnb-base](https://npmjs.co This entry point is deprecated. See [eslint-config-airbnb-base](https://npmjs.com/eslint-config-airbnb-base). -See [Airbnb's Javascript styleguide](https://github.com/airbnb/javascript) and +See [Airbnb's JavaScript styleguide](https://github.com/airbnb/javascript) and the [ESlint config docs](https://eslint.org/docs/user-guide/configuring#extending-configuration-files) for more information.