]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Small correction
authorkarland <anders-betrachtet@online.de>
Fri, 4 Nov 2016 10:14:12 +0000 (11:14 +0100)
committerkarland <anders-betrachtet@online.de>
Fri, 4 Nov 2016 10:14:12 +0000 (11:14 +0100)
docs/pages/abide.md

index f2d4d53015b4b0c961ec3144b824feaa4487efbb..9ddcfa056d7e84c7be583964a548df6418c5fe72 100644 (file)
@@ -227,7 +227,7 @@ 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 session. 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 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"`.
 
 Here is the definition of the builtin patterns: