From 1abafb36fed3842b050637fc6cedcad45480d8fb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 9 Sep 2017 14:57:00 -0700 Subject: [PATCH] copy edits --- docs/4.0/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md index f6849ff085..5a63988cb2 100644 --- a/docs/4.0/migration.md +++ b/docs/4.0/migration.md @@ -221,7 +221,7 @@ Dropped entirely for the new card component. ### Progress -- Contextual `.progress-bar-*` classes dropped as `.bg-*` can be used for this, e.g. `class="progress-bar progress-bar-danger"` becomes `class="progress-bar bg-danger"`. +- Replaced contextual `.progress-bar-*` classes with `.bg-*` utilities. For example, `class="progress-bar progress-bar-danger"` becomes `class="progress-bar bg-danger"`. ### Carousel