Skip to content

Commit 8914f19

Browse files
committed
invalidatees -> invalidates
1 parent 8d93743 commit 8914f19

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/auth-compat/demo/public/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ input + .form,
146146
margin-top: 5px;
147147
}
148148

149-
/* Bootstrap .hidden adds the !important which invalidatees jQuery .show() */
149+
/* Bootstrap .hidden adds the !important which invalidates jQuery .show() */
150150
.hidden,
151151
.hide,
152152
.profile,

packages/auth/cordova/demo/www/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ input + .form,
146146
margin-top: 5px;
147147
}
148148

149-
/* Bootstrap .hidden adds the !important which invalidatees jQuery .show() */
149+
/* Bootstrap .hidden adds the !important which invalidates jQuery .show() */
150150
.hidden,
151151
.hide,
152152
.profile,

packages/auth/demo/public/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ input + .form,
165165
margin-top: 5px;
166166
}
167167

168-
/* Bootstrap .hidden adds the !important which invalidatees jQuery .show() */
168+
/* Bootstrap .hidden adds the !important which invalidates jQuery .show() */
169169
.hidden,
170170
.hide,
171171
.profile,

0 commit comments

Comments
 (0)