From b5c0d3e2af8029cdfb7d91abb7fb3bbcf4c11563 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Fri, 26 Nov 2021 20:03:12 +0100 Subject: [PATCH] Typo --- form/bootstrap5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form/bootstrap5.rst b/form/bootstrap5.rst index 2e82bda0cab..1ff693a753f 100644 --- a/form/bootstrap5.rst +++ b/form/bootstrap5.rst @@ -90,7 +90,7 @@ If you prefer to apply the Bootstrap styles on a form to form basis, include the Error Messages -------------- -Unlike the :doc:`Bootstrap 4 theme `, errors are rendered +Unlike in the :doc:`Bootstrap 4 theme `, errors are rendered **after** the ``input`` element. However, this still makes a strong connection between the error and its ````, as required by the `WCAG 2.0 standard`_.