Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit 793c7dc

Browse files
Update 2017-04-08.md
1 parent 0f95b43 commit 793c7dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/2017-04/2017-04-08.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Suppose you need to validate your username to be:
124124
* 4 to 128 symbols of length
125125
* Unique in your system, which is a call to your server
126126

127-
Take a second to think how you would approach it today. Then look at this:
127+
Take a second to think how would you approach it today. Then look at this:
128128

129129
```tsx
130130
import { MinLength, MaxLength, DebouncerValidator } from "simplr-forms-core/validators";

0 commit comments

Comments
 (0)