From 04990d4c5ac6597c76019ae16ee752c1da062f39 Mon Sep 17 00:00:00 2001 From: karland Date: Fri, 4 Nov 2016 11:14:12 +0100 Subject: [PATCH] Small correction --- docs/pages/abide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.2