diff --git a/angular/BREAKING.md b/angular/BREAKING.md
index 013d638eb2..5fbac89cdc 100644
--- a/angular/BREAKING.md
+++ b/angular/BREAKING.md
@@ -690,7 +690,7 @@ The class has been renamed from `Option` to `SelectOption` to keep it consistent
Previously radio was positioned inside of an item automatically or by using `item-left`/`item-right`. It is now required to have a `slot` to be positioned properly.
-** Old Usage Example **
+**Old Usage Example:**
```html
@@ -709,7 +709,7 @@ Previously radio was positioned inside of an item automatically or by using `ite
```
-** New Usage Example **
+**New Usage Example:**
```html
@@ -732,7 +732,7 @@ Previously radio was positioned inside of an item automatically or by using `ite
Radio group has been changed to an element. It should now be wrapped around any `` elements as ``.
-** Old Usage Example **
+**Old Usage Example:**
```html
@@ -753,7 +753,7 @@ Radio group has been changed to an element. It should now be wrapped around any
```
-** New Usage Example **
+**New Usage Example:**
```html