Fixed missing code block container

Summary: A missing code block closing back tick cause the documentation's layout to be incorrect.

Reviewed By: jknoxville

Differential Revision: D12948908

fbshipit-source-id: 8e9496d2bac81a49b39aed3a2c97ff6a20c71241
This commit is contained in:
Fabio Milano
2018-11-07 05:17:32 -08:00
committed by Facebook Github Bot
parent 7b569a1692
commit 9ee10392e1

View File

@@ -20,6 +20,7 @@ const MyView = styled('div')({
const MyText = styled('span')({ ... });
const MyImage = styled('img')({ ... });
const MyInput = styled('input')({ ... });
```
## Extending Flipper Components