diff --git a/proposals/0267-addcommand-ui-updates.md b/proposals/0267-addcommand-ui-updates.md
index 605bdb1433..9c7835345a 100644
--- a/proposals/0267-addcommand-ui-updates.md
+++ b/proposals/0267-addcommand-ui-updates.md
@@ -44,6 +44,13 @@ The proposed solution is to add additional parameters to `AddCommand` and `AddSu
Either menuParams or vrCommands must be provided.
+
+
+ Optional secondary image struct for menu cell
+
+
+
+
Optional secondary text to display
@@ -51,10 +58,7 @@ The proposed solution is to add additional parameters to `AddCommand` and `AddSu
Optional tertiary text to display
-
- Optional secondary image struct for menu cell
-
-
+
```
#### Capabilities
@@ -65,16 +69,16 @@ We also need to expand our capabilities so that developers and high-level manage
- Secondary text for AddCommand
+ Secondary text for AddCommand
- Tertiary text for AddCommand
+ Tertiary text for AddCommand
-
- Secondary text for AddSubmenu
+
+ Secondary text for AddSubMenu
-
- Tertiary text for AddSubmenu
+
+ Tertiary text for AddSubMenu
```
@@ -86,8 +90,8 @@ We also need to expand our capabilities so that developers and high-level manage
The secondary image field for AddCommand
-
- The secondary image field for AddSubmenu
+
+ The secondary image field for AddSubMenu
```
@@ -162,5 +166,3 @@ This is a minor version change to the affected platforms and requires low impact
## Alternatives considered
No alternatives were considered for this proposal.
-
-```