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
This commit is contained in:
Michael Evans
2018-06-12 05:11:18 -07:00
committed by Facebook Github Bot
parent 86d266e75c
commit dba07a33c7

View File

@@ -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