Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tarikakyol committed Jun 8, 2016
1 parent 1df02c0 commit e40c305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/is_logged_in.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
* @private
* @returns {Boolean}
*/
module.exports = function getCookieHeader() {
module.exports = function isLoggedIn() {
return !!this.cookieHeader
}

0 comments on commit e40c305

Please sign in to comment.