Fix inconsistent capitalizations of "JavaScript" (#2639)

This commit is contained in:
Matias Kinnunen 2020-11-08 23:05:17 +00:00 committed by GitHub
parent bd66955f1e
commit 2b5c2f0fc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -662,6 +662,6 @@ Explicitly disallowing modularity and configuration in test-space has a few bene
- tests always look the same, even across different projects and teams
- single source of documentation for entire testing API
- no need to hunt down plugins to figure out what they do, especially if they replace common javascript idioms with fuzzy spoken language constructs (e.g. what does `.is()` do?)
- no need to hunt down plugins to figure out what they do, especially if they replace common JavaScript idioms with fuzzy spoken language constructs (e.g. what does `.is()` do?)
- no need to pollute project-space with ad-hoc configuration code
- discourages side-tracking and yak-shaving