From: Tim Yang Date: Mon, 10 May 2021 19:52:15 +0000 (-0500) Subject: Fix "directoinal" typo in v5 migration docs X-Git-Tag: v5.0.1~31 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=18bc0d5d2b8bb155626341578e36ab5cc801ec5e;p=thirdparty%2Fbootstrap.git Fix "directoinal" typo in v5 migration docs --- diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md index 51c5dbc93f..57e04f5190 100644 --- a/site/content/docs/5.0/migration.md +++ b/site/content/docs/5.0/migration.md @@ -305,7 +305,7 @@ toc: true ## Utilities -- Breaking Renamed several utilities to use logical property names instead of directoinal names with the addition of RTL support: +- Breaking Renamed several utilities to use logical property names instead of directional names with the addition of RTL support: - Renamed `.left-*` and `.right-*` to `.start-*` and `.end-*`. - Renamed `.float-left` and `.float-right` to `.float-start` and `.float-end`. - Renamed `.border-left` and `.border-right` to `.border-start` and `.border-end`.