From 8b803c73febc73b07d076c512fce08c94555150d Mon Sep 17 00:00:00 2001 From: Patrick Puritscher Date: Sun, 4 Dec 2016 22:59:20 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8310b12b..024ca439 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Currently `TableView` doesn't support any properties. ### Cell The cellstyles are inspired by the native ones. Just like the available accessories. -To set a fixed height you could use `contentContainerStyle={{ height: 44 }}`. +To set a fixed height use `contentContainerStyle={{ height: 44 }}`. | Prop | Default | Type | Description | | :------------ | :---------------:| :---------------:| ---------------|