diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/migration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/migration.md b/docs/migration.md index 11bc6f9e8..d32462177 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -36,7 +36,7 @@ We've added new components and changed some existing ones. Here are the new or u | --- | --- | | Cards | New, more flexible component to replace v3's panels, thumbnails, and wells. | | New navbar | Replaces the previous navbar with a new, simpler component. | -| New progress bars | Replaces the old `.progress` with a real `<progress>` element. | +| New progress bars | Replaces the old `.progress` `<div>` with a real `<progress>` element. | ## What's removed The following components have been removed in v4.0.0. |
