From a0c2a29a8dbb563fb84591522c6412063df70d59 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ga=C3=ABl=20Poupard?= <ffoodd@users.noreply.github.com>
Date: Tue, 31 Mar 2020 16:28:10 +0200
Subject: [PATCH] =?UTF-8?q?docs(tables):=201,=202,=202,=204=E2=80=A6=20(#3?=
 =?UTF-8?q?0489)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
---
 site/content/docs/4.3/content/tables.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/content/docs/4.3/content/tables.md b/site/content/docs/4.3/content/tables.md
index c13a24517a..f42d37d683 100644
--- a/site/content/docs/4.3/content/tables.md
+++ b/site/content/docs/4.3/content/tables.md
@@ -407,7 +407,7 @@ Table cells of `<thead>` are always vertical aligned to the bottom. Table cells
       <tr>
         <th scope="col" class="w-25">Heading 1</th>
         <th scope="col" class="w-25">Heading 2</th>
-        <th scope="col" class="w-25">Heading 2</th>
+        <th scope="col" class="w-25">Heading 3</th>
         <th scope="col" class="w-25">Heading 4</th>
       </tr>
     </thead>