diff --git a/src/pages/docs/features/detail-panel/index.mdx b/src/pages/docs/features/detail-panel/index.mdx index ee7db29..f37b25a 100644 --- a/src/pages/docs/features/detail-panel/index.mdx +++ b/src/pages/docs/features/detail-panel/index.mdx @@ -12,7 +12,7 @@ You can add a detail panel to every row by using detailPanel feature. ### One detail panel as a functions -If you neeed just one type of detail panel, you can just set a function that returns a React element. +If you need just one type of detail panel, you can just set a function that returns a React element. ```jsx