From 6e386cdd17e9bccfce79649e196bdcc4fa9974d2 Mon Sep 17 00:00:00 2001 From: Vamshi Murari <8753696+VamshiMurari@users.noreply.github.com> Date: Tue, 19 Oct 2021 22:25:56 +0530 Subject: [PATCH] Fix a small typo in documentation Fix the typo in documentation by updating with correct component name. --- src/pages/components/inline-loading/code.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/components/inline-loading/code.mdx b/src/pages/components/inline-loading/code.mdx index ef1da363f06..28cb24ab638 100755 --- a/src/pages/components/inline-loading/code.mdx +++ b/src/pages/components/inline-loading/code.mdx @@ -7,7 +7,7 @@ tabs: ['Usage', 'Style', 'Code', 'Accessibility'] -Preview the accordion component with the React live demo. For detailed code +Preview the inline loading component with the React live demo. For detailed code usage documentation, see the Storybooks for each framework below.