From f56e18a8785c3a76d55e156021144bdeef60653e Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 22 Dec 2020 21:38:05 +0100 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw --- plugins/catalog/src/components/EntityLayout/EntityLayout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/catalog/src/components/EntityLayout/EntityLayout.tsx b/plugins/catalog/src/components/EntityLayout/EntityLayout.tsx index 27f70b895f..09b8d02c60 100644 --- a/plugins/catalog/src/components/EntityLayout/EntityLayout.tsx +++ b/plugins/catalog/src/components/EntityLayout/EntityLayout.tsx @@ -112,10 +112,10 @@ const headerProps = ( }; /** - * EntityLayout is a compound component, which allows you to define a layout + * EntityLayout is a compound component, which allows you to define a layout for * entities using a sub-navigation mechanism. * - * Consists of 2 parts: EntityLayout and EntityLayout.Route + * Consists of two parts: EntityLayout and EntityLayout.Route * * @example * ```jsx