docs(forms): take words suggestion (#20819)

Co-Authored-By: JLHwung <JLHwung@users.noreply.github.com>

PR Close #20819
This commit is contained in:
Igor Minar 2018-11-28 09:56:50 +08:00 committed by Igor Minar
parent 619b8ab822
commit e024f2f8b7
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ export const PATTERN_VALIDATOR: any = {
*
* Note: if a string type attribute value is used, the regex will be applied with the
* unicode flag on supported browsers. If a unicode-regex is passed, it might break on
* unsupported browser. In this case, the user should be responsible to handle the
* unsupported browsers. In this case, the application developer should be responsible to handle the
* browser compatibility.
*
* @usageNotes