-
Notifications
You must be signed in to change notification settings - Fork 929
Spelling fixes #8348
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
Spelling fixes #8348
Conversation
🦋 Changeset detectedLatest commit: 0763f9d The changes in this PR will be included in the next version bump. This PR includes changesets to release 32 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1Affected Products
Test Logs |
@@ -248,3 +246,4 @@ function getApplicationInfo(firebaseApp: FirebaseApp): ApplicationInfo { | |||
application_process_state: 0 | |||
}; | |||
} | |||
/* eslint-enable camelcase */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It turns out this entire file requires camelcase to be disabled (now that it's spelled correctly).
Changeset File Check
|
Discussion
Fix numerous misspellings in the repo based on a user-submitted spell check GitHub issue. Fixes #8279.
Note: I've fixed the misspellings. The user also provided some suggestions on working changes (ie:
existing
->preexisting
). While I have fixed the code based on most suggestions, I haven't fixed 100% of them. Many would require either API change or a substantial amount of work on internal code. Some code hasn't been changed in a long time and I fear cracking it open. I prioritized changes pertaining to user-facing documentation instead.Testing
CI.
API Changes
N/A.