We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f95b43 commit 793c7dcCopy full SHA for 793c7dc
docs/2017-04/2017-04-08.md
@@ -124,7 +124,7 @@ Suppose you need to validate your username to be:
124
* 4 to 128 symbols of length
125
* Unique in your system, which is a call to your server
126
127
-Take a second to think how you would approach it today. Then look at this:
+Take a second to think how would you approach it today. Then look at this:
128
129
```tsx
130
import { MinLength, MaxLength, DebouncerValidator } from "simplr-forms-core/validators";
0 commit comments