Skip to content

Commit 76ff7c7

Browse files
coliffljharb
authored andcommitted
[editorial] [docs] correct JavaScript capitalization
1 parent 4539dbc commit 76ff7c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3670,7 +3670,7 @@ Other Style Guides
36703670
- [jQuery Find vs Context, Selector](https://jsperf.com/jquery-find-vs-context-sel/13)
36713671
- [innerHTML vs textContent for script text](https://jsperf.com/innerhtml-vs-textcontent-for-script-text)
36723672
- [Long String Concatenation](https://jsperf.com/ya-string-concat)
3673-
- [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)
3673+
- [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)
36743674
- Loading...
36753675

36763676
**[⬆ back to top](#table-of-contents)**

packages/eslint-config-airbnb-base/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Lints ES5 and below. Requires `eslint` and `eslint-plugin-import`.
8484

8585
2. Add `"extends": "airbnb-base/legacy"` to your .eslintrc
8686

87-
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.
87+
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.
8888

8989
### eslint-config-airbnb-base/whitespace
9090

packages/eslint-config-airbnb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This entry point is deprecated. See [eslint-config-airbnb-base](https://npmjs.co
6868

6969
This entry point is deprecated. See [eslint-config-airbnb-base](https://npmjs.com/eslint-config-airbnb-base).
7070

71-
See [Airbnb's Javascript styleguide](https://github.com/airbnb/javascript) and
71+
See [Airbnb's JavaScript styleguide](https://github.com/airbnb/javascript) and
7272
the [ESlint config docs](https://eslint.org/docs/user-guide/configuring#extending-configuration-files)
7373
for more information.
7474

0 commit comments

Comments
 (0)