From 90bc0ecc2f65e429ed1abc5386b5bcd428ec9496 Mon Sep 17 00:00:00 2001 From: JessicaGosselin Date: Tue, 17 May 2022 12:25:04 -0400 Subject: [PATCH] [Documentation]: Fix typo in `Panel` readme (#41111) * Update README.md Fix typo * Update packages/components/src/panel/README.md Co-authored-by: Nik Tsekouras Co-authored-by: Nik Tsekouras --- packages/components/src/panel/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/src/panel/README.md b/packages/components/src/panel/README.md index 58e59a4f85a04c..83f7d66af4bd2b 100644 --- a/packages/components/src/panel/README.md +++ b/packages/components/src/panel/README.md @@ -161,7 +161,7 @@ Props that are passed to the `Button` component in the `PanelBodyTitle` within t #### PanelRow -The is a generic container for panel content. Default styles add a top margin and arrange items in a flex row. +The `PanelRow` is a generic container for panel content. Default styles add a top margin and arrange items in a flex row. ##### Props