Skip to content

Commit fcdb300

Browse files
author
Edward Xiao
authored
Update v4-doc.md
1 parent 64a1ddf commit fcdb300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/v4-doc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
- [What if my variables got cached due to the react memoization? ](#memoization)
1717

18-
- [Do you support multiple custom locales? ](#custom-error-message)
18+
- [Do you support custom locales? ](#custom-error-message)
1919

2020
<br/>
2121
<br/>
@@ -614,7 +614,7 @@ const [amount, setAmount] = useState('')
614614
<br/>
615615
616616
617-
### <a name="custom-error-message"></a>Q: Do you support multile custom locales?
617+
### <a name="custom-error-message"></a>Q: Do you support custom locales?
618618
**A**: Yes, and it could be multiple locales. By providing ```window.REACT_INPUTS_VALIDATION['customErrorMessage']```, you can overwrite the error message.
619619
620620
<a href="https://codesandbox.io/s/q9vqmk4j84">codesandbox example</a>(located in index.html)

0 commit comments

Comments
 (0)