mirror of
https://github.com/archtechx/airwire.git
synced 2025-12-12 02:34:04 +00:00
fix typo
This commit is contained in:
parent
02c1a81679
commit
633cb56697
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ interface CreateUser {
|
||||||
email: string;
|
email: string;
|
||||||
password: string;
|
password: string;
|
||||||
password_confirmation: string;
|
password_confirmation: string;
|
||||||
create(): AirwirePromise<User>;
|
submit(): AirwirePromise<User>;
|
||||||
errors: { ... }
|
errors: { ... }
|
||||||
|
|
||||||
// ...
|
// ...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue