From: karland Date: Fri, 4 Nov 2016 10:14:12 +0000 (+0100) Subject: Small correction X-Git-Tag: v6.3-rc1~36^2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04990d4c5ac6597c76019ae16ee752c1da062f39;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Small correction --- diff --git a/docs/pages/abide.md b/docs/pages/abide.md index f2d4d5301..9ddcfa056 100644 --- a/docs/pages/abide.md +++ b/docs/pages/abide.md @@ -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: