diff options
| author | Raaj Trambadia <[email protected]> | 2021-04-18 13:23:55 -0400 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2021-04-18 21:22:53 -0700 |
| commit | 574a4996f5ecdf81a2de41539b99c90ae78d7a5d (patch) | |
| tree | 4ca8f35d42e52fc33730384118eb2dd517c0cf1a | |
| parent | 9f2133fee3b6d54dd9b31aff0ca9b70813994987 (diff) | |
| download | bootstrap-574a4996f5ecdf81a2de41539b99c90ae78d7a5d.tar.xz bootstrap-574a4996f5ecdf81a2de41539b99c90ae78d7a5d.zip | |
Fix typo
| -rw-r--r-- | site/content/docs/5.0/migration.md | 2 |
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 6eaca9f96..46e1d9fcf 100644 --- a/site/content/docs/5.0/migration.md +++ b/site/content/docs/5.0/migration.md @@ -75,7 +75,7 @@ Horizontal direction sensitive variables, utilities and mixins are renamed with Breakpoints specific variants are consequently renamed too (e.g. `.text-md-start` replaces `.text-md-left`). -**Note**: if you used v4 to make RTL pages, ensure to reverse changes mentioned above: e.g. use `.*-start` were you used `.*-right`. +**Note**: if you used v4 to make RTL pages, ensure to reverse changes mentioned above: e.g. use `.*-start` where you used `.*-right`. ##### Mixins |
