-
Notifications
You must be signed in to change notification settings - Fork 41
Update basic_usage.md #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for the PR! I'm going to check why the build is failing, I think the script I made does not cover the proper case |
docs/basic_usage.md
Outdated
@@ -12,7 +12,7 @@ module SignUpFormParams = { | |||
/* Define the form state */ | |||
type state = { | |||
password: string, | |||
confirmP: string, | |||
confirmP: string, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch!, but I think it is confirmPassword
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes. I think Github is not on my side today :'( . I typed confirmPassword but it kept saving it as confirmP
Alright. I updated the basic usage page. it should work now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good, thanks!
No description provided.