Skip to content

Commit 90e003d

Browse files
authored
Merge pull request #143 from theroncross/patch-1
Fix typo in readme
2 parents 803ac7f + e99c497 commit 90e003d

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
@@ -238,7 +238,7 @@ export default class UserProfile extends Component {
238238

239239
actions = {
240240
login(this: UserProfile, email: string, password: string) {
241-
this.get('session').login(email, string);
241+
this.get('session').login(email, password);
242242
},
243243
};
244244
}

0 commit comments

Comments
 (0)