From 1439071b7eca045c668167089c55c9fc9da22502 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 30 Nov 2018 10:41:53 -0800 Subject: [PATCH] Revert "docs(forms): take words suggestion (#20819)" (#27375) This reverts commit e024f2f8b76a2a4eb6511807a7bf3091899e9a46. breaks google3 see http://cl/223526995 PR Close #27375 --- packages/forms/src/directives/validators.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/forms/src/directives/validators.ts b/packages/forms/src/directives/validators.ts index 53e8d129fd..d30bf483eb 100644 --- a/packages/forms/src/directives/validators.ts +++ b/packages/forms/src/directives/validators.ts @@ -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 browsers. In this case, the application developer should be responsible to handle the + * unsupported browser. In this case, the user should be responsible to handle the * browser compatibility. * * @usageNotes