]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix "directoinal" typo in v5 migration docs
authorTim Yang <timothy.d.yang@gmail.com>
Mon, 10 May 2021 19:52:15 +0000 (14:52 -0500)
committerMark Otto <otto@github.com>
Mon, 10 May 2021 20:48:34 +0000 (13:48 -0700)
site/content/docs/5.0/migration.md

index 51c5dbc93f89ff342acb460c3db08b709e32d7ec..57e04f5190e57bb39fc46c1ff0555c946c098ff4 100644 (file)
@@ -305,7 +305,7 @@ toc: true
 
 ## Utilities
 
-- <span class="badge bg-danger">Breaking</span> Renamed several utilities to use logical property names instead of directoinal names with the addition of RTL support:
+- <span class="badge bg-danger">Breaking</span> 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`.