]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Further small corrections 9328/head
authorkarland <anders-betrachtet@online.de>
Fri, 4 Nov 2016 10:18:08 +0000 (11:18 +0100)
committerkarland <anders-betrachtet@online.de>
Fri, 4 Nov 2016 10:18:08 +0000 (11:18 +0100)
docs/pages/abide.md

index 9ddcfa056d7e84c7be583964a548df6418c5fe72..54178b657b18004a5e6a27cfc6615044263d08a5 100644 (file)
@@ -227,9 +227,9 @@ alpha : /^[a-zäöüßA-ZÄÖÜ]+$/,
 alpha_numeric : /^[a-zäöüßA-ZÄÖÜ0-9]+$/,
 ```
 
-Then you need to  customize the builtin pattern as explained in the next section. Otherwise Abide will produce an error if a special character is input in your text field which is validated with `pattern="alpha"` or  `pattern="alpha_numeric"`.
+Then you need to customize the builtin patterns as explained in the next section. Otherwise Abide will produce an error if a special character is input in your text field which is validated with `pattern="alpha"` or  `pattern="alpha_numeric"`.
 
-Here is the definition of the builtin patterns:
+Here are the definitions of the builtin patterns:
 
 ```JS
 alpha : /^[a-zA-Z]+$/,