diff options
| author | kyletsang <[email protected]> | 2020-08-05 16:00:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2020-08-05 16:04:58 -0700 |
| commit | b6b672c00be9d7e243de89bce34f3d30b4f31d37 (patch) | |
| tree | e142824ef68952f79bbcfb1bc7e90c9ae20c2de1 | |
| parent | e8566e10c74e05c232a0d6da801198bd9cd55b09 (diff) | |
| download | bootstrap-b6b672c00be9d7e243de89bce34f3d30b4f31d37.tar.xz bootstrap-b6b672c00be9d7e243de89bce34f3d30b4f31d37.zip | |
docs: Fix issue number typo in migration
| -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 afb320fae..4a4cddbcb 100644 --- a/site/content/docs/5.0/migration.md +++ b/site/content/docs/5.0/migration.md @@ -153,7 +153,7 @@ Changes to Reboot, typography, tables, and more. - Split table cell padding variables into `-y` and `-x`. - Dropped `.pre-scrollable` class. [See #29135](https://github.com/twbs/bootstrap/pull/29135) - `.text-*` utilities do not add hover and focus states to links anymore. `.link-*` helper classes can be used instead. [See #29267](https://github.com/twbs/bootstrap/pull/29267) -- Drop `.text-justify` class. [See #229793](https://github.com/twbs/bootstrap/pull/29793) +- Drop `.text-justify` class. [See #29793](https://github.com/twbs/bootstrap/pull/29793) ### Typography |
