From 12ca6e3c4f71096d7f8fb683d96581aa2b103b50 Mon Sep 17 00:00:00 2001 From: Danilo Figueiredo Date: Wed, 16 Oct 2019 19:37:15 +0100 Subject: [PATCH] Fix typo in README.md (`towords` > `towards`) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85bd4b5..4d425bc 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Prop | Description | Screenshots iOS | Screenshot Android ------------- | ------------- | ------------- | ------------- date | The currently selected date. | onDateChange | Date change handler | -fadeToColor | Android picker is fading towords this background color. {color, 'none'} | +fadeToColor | Android picker is fading towards this background color. {color, 'none'} | maximumDate | Maximum selectable date. | minimumDate | Minimum selectable date | minuteInterval | The interval at which minutes can be selected. | Date picker minute interval IOS|Date picker minute interval Android