Fix typo in Dimensions doc

Close #682
This commit is contained in:
Jaco Bovenschen
2017-10-13 17:08:49 +02:00
committed by Nicolas Gallagher
parent 606181406c
commit f1ee3c003a

View File

@@ -43,7 +43,7 @@ const DimensionsScreen = () => (
/>
<DocItem
name="static addEventLitener"
name="static addEventListener"
typeInfo="(type: string, handler: function) => void"
description={[
<AppText>Add an event handler. Supported events:</AppText>,
@@ -65,7 +65,7 @@ const DimensionsScreen = () => (
/>
<DocItem
name="static removeEventLitener"
name="static removeEventListener"
typeInfo="(type: string, handler: function) => void"
description="Remove an event handler."
/>