Skip to content

Commit 1e85bf6

Browse files
authored
Changed typo error (firebase#108)
i just changed out the typo on line 24
1 parent e0a7847 commit 1e85bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/email.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function signInWithEmailPassword() {
2121
// [END auth_signin_password]
2222
}
2323

24-
function signUpWithEmailPasswoerd() {
24+
function signUpWithEmailPassword() {
2525
var email = "test@example.com";
2626
var password = "hunter2";
2727
// [START auth_signup_password]

0 commit comments

Comments
 (0)