Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix inconsistent capitalizations of "JavaScript" #2639

Merged
merged 1 commit into from
Nov 8, 2020
Merged

Fix inconsistent capitalizations of "JavaScript" #2639

merged 1 commit into from
Nov 8, 2020

Conversation

mtsknn
Copy link
Contributor

@mtsknn mtsknn commented Nov 8, 2020

Description

"Javascript"/"javascript" → "JavaScript"

Motivation and Context

Fixes #2398, or at least I can't find any more incorrect capitalizations. Well, there is https://github.com/MithrilJS/mithril.js/blob/next/render/tests/test-attributes.js#L175, but that's probably irrelevant (not a documentation file).

How Has This Been Tested?

Searched all files in VS Code using case-sensitive search terms "javascript" and "Javascript".

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation change

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • I have updated docs/changelog.md

@mtsknn mtsknn requested a review from dead-claudia as a code owner November 8, 2020 08:40
@dead-claudia dead-claudia merged commit 2b5c2f0 into MithrilJS:next Nov 8, 2020
@dead-claudia
Copy link
Member

I could've sworn I caught everything, but apparently I did not. Thanks for the catch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

"JavaScript" is inconsistently capitalized
2 participants