From 0346e5b3cd46b6a6648bfc8230de9cb8f5d71c42 Mon Sep 17 00:00:00 2001 From: Kjell Reigstad Date: Mon, 18 Mar 2019 08:11:50 -0400 Subject: [PATCH] Minor: Formatting fix in MenuGroup Readme Adding `` marks around the component name for consistency. Props @drw158 --- packages/components/src/menu-group/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/components/src/menu-group/README.md b/packages/components/src/menu-group/README.md index 3a6c21791cae0..837c6f28e0e97 100644 --- a/packages/components/src/menu-group/README.md +++ b/packages/components/src/menu-group/README.md @@ -16,12 +16,12 @@ ### Usage -A `MenuGroup` should be used to indicate that two or more individual MenuItems are related. When other menu items exist above or below a `MenuGroup`, the group should have a divider line between it and the adjacent item. A MenuGroup can optionally include a label to describe its contents. +A `MenuGroup` should be used to indicate that two or more individual MenuItems are related. When other menu items exist above or below a `MenuGroup`, the group should have a divider line between it and the adjacent item. A `MenuGroup` can optionally include a label to describe its contents. ![MenuGroup diagram with label and dividers](https://wordpress.org/gutenberg/files/2019/03/MenuGroup-Anatomy.png) -1. MenuGroup label -2. MenuGroup dividers +1. `MenuGroup` label +2. `MenuGroup` dividers ## Development guidelines