Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yang <timothy.d.yang@gmail.com>2021-05-10 22:52:15 +0300
committerMark Otto <otto@github.com>2021-05-10 23:48:34 +0300
commit18bc0d5d2b8bb155626341578e36ab5cc801ec5e (patch)
tree8b696617e4d3f1cfb00b0b6709d822936dace5fe /site/content/docs
parent741fa589d027c2d16bff844e45a08c842f5f7e04 (diff)
Fix "directoinal" typo in v5 migration docs
Diffstat (limited to 'site/content/docs')
-rw-r--r--site/content/docs/5.0/migration.md2
1 files changed, 1 insertions, 1 deletions
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
-- <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`.