Drawer sidebar description (#617)

* Fix typo in DrawerScreen.js

* Fix the description of the DrawerSidebar Component
This commit is contained in:
Javier Olaechea
2017-03-16 13:57:40 -05:00
committed by Adam Miskiewicz
parent b009db9446
commit da5ec61027
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ type Props = {
};
/**
* Component that renders child screen of the drawer.
* Component that renders the child screen of the drawer.
*/
class DrawerScreen extends PureComponent<void, Props, void> {
props: Props;

View File

@@ -33,7 +33,7 @@ type Props = {
};
/**
* Component that renders child screen of the drawer.
* Component that renders the sidebar screen of the drawer.
*/
class DrawerSidebar extends PureComponent<void, Props, void> {
props: Props;