Some mistake on Docs #210
Replies: 1 comment
-
Hi @AvazbekNadyrbek, I hope you are well. Thanks for reporting this, it's now been resolved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey hello! i found some mistakes in your Docs, https://nylo.dev/docs/6.x/forms, and this part:
// Recommended approach
Field.text("Name"),
Field.textarea("Description"),
Field.email("Email"),
Field.capitalizeWords("Title"),
Field.url("Website"),
But right now in Field.class no Field.capitalizeWords("Title"), and Field.textarea("Description"), have to be Field.textArea("Description"), i think this is some typo mistake!
Its gonna be nice for people who learning like me via Docs
Beta Was this translation helpful? Give feedback.
All reactions