From dba07a33c7e71f3f5249fc6ba0017954ed567275 Mon Sep 17 00:00:00 2001 From: Michael Evans Date: Tue, 12 Jun 2018 05:11:18 -0700 Subject: [PATCH] Fix typo in ui-components docs Summary: Closes https://github.com/facebook/Sonar/pull/26 Differential Revision: D8379209 Pulled By: danielbuechele fbshipit-source-id: b5f2fe8de84e48a9cd43bb8cd3e79e21e6be470f --- docs/ui-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ui-components.md b/docs/ui-components.md index 2e4150ccf..b121d5cd1 100644 --- a/docs/ui-components.md +++ b/docs/ui-components.md @@ -4,7 +4,7 @@ title: UI Components sidebar_label: UI Components --- -Sonar has a lot of built in React components to build UIs. You can find all of these in [`src/ui/components`](https://github.com/facebook/Sonar/tree/master/src/ui/components) and can import them directly using `import {Buttom} from 'sonar'`. +Sonar has a lot of built in React components to build UIs. You can find all of these in [`src/ui/components`](https://github.com/facebook/Sonar/tree/master/src/ui/components) and can import them directly using `import {Button} from 'sonar'`. ## FlexBox