From 7b02d65ed410458ca6670cd33a550545e766c0a9 Mon Sep 17 00:00:00 2001 From: Russell Claxton Date: Wed, 2 Sep 2020 14:59:32 +0100 Subject: [PATCH] fixed two typos on the detail-panel documentation --- src/pages/docs/features/detail-panel/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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