Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl authored May 22, 2021
1 parent 02c1a81 commit 633cb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ interface CreateUser {
email: string;
password: string;
password_confirmation: string;
create(): AirwirePromise<User>;
submit(): AirwirePromise<User>;
errors: { ... }

// ...
Expand Down

0 comments on commit 633cb56

Please # to comment.