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