-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 #1086
base: master
Are you sure you want to change the base?
Spelling #1086
Conversation
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
file a Github issue. | ||
file a GitHub issue. |
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.
brand
@@ -883,7 +883,7 @@ ui.start('#firebaseui-auth-container', { | |||
provider: 'saml.myProvider', | |||
providerName: 'MySAMLProvider', | |||
// To override the full label of the button. | |||
// fullLabel: 'Constractor Portal', |
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.
I couldn't figure out if this was Constructor
, Contractor
, or something else...
@@ -59,7 +59,7 @@ var translatableMsgs = fullCountryData.map(function(countryData) { | |||
console.log(translatableMsgs); | |||
|
|||
// Make the JSON object reference the translatable messages. | |||
// This is kind of hacky since we set the the value to a string containing the |
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.
duplicated words aren't technically spelling errors, but spell checkers have flagged them for decades...
// Emulate that a 'u' is typed in to name input. | ||
// Emulate that a 'u' is typed into name input. |
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.
in to
/into
tend to be controversial. I believe typed into <container>
is the appropriate preposition form, as opposed to typed in <to name [the] input>
.
@@ -54,7 +54,7 @@ function setUp() { | |||
credentialObject = { | |||
'providerId': 'google.com', | |||
'signInMethod': 'google.com', | |||
'oauthAcessToken': 'ACCESS_TOKEN' |
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's possible this was an intentional typo... for intentional typos, I encourage using trailing _
s to make it clear that the item isn't the real thing...
@@ -680,7 +680,7 @@ firebaseui.auth.AuthUI.prototype.initializeForAutoUpgrade_ = function(cb) { | |||
* null otherwise. | |||
* @private | |||
*/ | |||
firebaseui.auth.AuthUI.prototype.getUpgradableUser_ = function() { | |||
firebaseui.auth.AuthUI.prototype.getUpgradeableUser_ = function() { |
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's possible this is a public api, in which case I can drop this change. I assumed it wasn't given the _
tail.
'text is really really long.', | ||
'text is really, really, long.', |
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.
often duplicate words are errors.
Fixes misspellings identified by the check-spelling action.
The misspellings have been reported at https://github.com/jsoref/firebaseui-web/actions/runs/9295504752#summary-25582508691
The action will report that the changes in this PR would make it happy: https://github.com/jsoref/firebaseui-web/actions/runs/9295504869#summary-25582509055