From fedf6d1965f4638605812343f2e7d5cf069faa31 Mon Sep 17 00:00:00 2001 From: danickblouin <45211997+danickblouin@users.noreply.github.com> Date: Fri, 12 May 2023 16:50:57 -0400 Subject: [PATCH] Fixed typo in blog post (#1411) --- _posts/2023-03-21-tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023-03-21-tables.md b/_posts/2023-03-21-tables.md index cd56f71..305d0ca 100644 --- a/_posts/2023-03-21-tables.md +++ b/_posts/2023-03-21-tables.md @@ -1,6 +1,6 @@ --- layout: post -title: displaying beatiful tables with Bootstrap Tables +title: displaying beautiful tables with Bootstrap Tables date: 2023-03-20 14:37:00-0400 description: an example of how to use Bootstrap Tables categories: sample-posts