Skip to content

Commit e70eb0a

Browse files
committed
Merge pull request #80 from benhjt/master
Documentation for logout function incorrectly referred to login.
2 parents 1ad737d + 799ae98 commit e70eb0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase-auth.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@
236236
/**
237237
* Performs a logout attempt.
238238
*
239-
* If the login is successful, the `logout` event is fired.
239+
* If the logout is successful, the `logout` event is fired.
240240
*
241-
* If login fails, the `error` event is fired, with `e.detail` containing error
241+
* If logout fails, the `error` event is fired, with `e.detail` containing error
242242
* information supplied from Firebase.
243243
*
244244
* If the browswer supports `navigator.onLine` network status reporting and the

0 commit comments

Comments
 (0)