From 0ab9c677c3ffe541d775f9ad60a6b1f86a6634fc Mon Sep 17 00:00:00 2001 From: Klooven Date: Tue, 14 Aug 2018 19:11:18 +0300 Subject: [PATCH] Title docs typo fixed --- docs/src/Scenes/Documentation/Elements/Scenes/Title.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/Scenes/Documentation/Elements/Scenes/Title.tsx b/docs/src/Scenes/Documentation/Elements/Scenes/Title.tsx index 9399593..50b25c9 100644 --- a/docs/src/Scenes/Documentation/Elements/Scenes/Title.tsx +++ b/docs/src/Scenes/Documentation/Elements/Scenes/Title.tsx @@ -48,7 +48,7 @@ const TitleHeadingSize = `tag='h1' tag='h4' tag='h5' tag='h6' -{/* use developer tools to se the final render elements */} +{/* use developer tools to see the final render elements */} `; const SubtitleSizeExample = `isSize={1} @@ -66,7 +66,7 @@ const SubtitleHeadingSize = `tag='h1' tag='h4' tag='h5' tag='h6' -{/* use developer tools to se the final render elements */} +{/* use developer tools to see the final render elements */} `; const HeadingExample = `Useful for uppercase font`;