Skip to content

Commit f3f447e

Browse files
committed
Fixed typo
1 parent 41a2aa5 commit f3f447e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Creating an instance of ```User``` requires an instance of ```\CodeCollab\Http\S
2626

2727
### User Authentication
2828

29-
The ```logIn``` function takes as arguments the password from the form, the passowrd hash from the database and the user's information (to be persisted in Session).
29+
The ```logIn``` function takes as arguments the password from the form, the password hash from the database and the user's information (to be persisted in Session).
3030
```
3131
$user = new User($session);
3232
if ($user->logIn($password_from_form, $hash_from_db, $user_info_from_db)) {

0 commit comments

Comments
 (0)