diff --git a/docs/pages/03.03.01-context-menu-handler.md b/docs/pages/03.03.01-context-menu-handler.md
index 61ee03b3a1..50617ff764 100644
--- a/docs/pages/03.03.01-context-menu-handler.md
+++ b/docs/pages/03.03.01-context-menu-handler.md
@@ -74,7 +74,7 @@ Here's an example of a contextMenuHandler:
The above array will produce a context menu like this:
-
+
### Customizing the default context menu
@@ -123,11 +123,11 @@ Dividers can also be added to the context toolbar by specifying 'toolbarItem: tr
```
This will produce a context toolbar like this:
-
+
And when the overflow icon is clicked, like this:
-
+
#### Warning