diff --git a/BREAKING.md b/BREAKING.md
index 139d45a9cf..9f98d2ef30 100644
--- a/BREAKING.md
+++ b/BREAKING.md
@@ -66,7 +66,7 @@ This section details the desktop browser, JavaScript framework, and mobile platf
+ background: red;
}
```
-
Picker
+Picker
- `ion-picker` and `ion-picker-column` have been renamed to `ion-picker-legacy` and `ion-picker-legacy-column`, respectively. This change was made to accommodate the new inline picker component while allowing developers to continue to use the legacy picker during this migration period.
- Only the component names have been changed. Usages such as `ion-picker` or `IonPicker` should be changed to `ion-picker-legacy` and `IonPickerLegacy`, respectively.