Apply suggestions from code review

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Patrik Oldsberg
2020-12-22 21:38:05 +01:00
parent 7e0b8cac55
commit f56e18a878
@@ -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