Fix typos in DateRangeFilterPicker readme.

This commit is contained in:
Jeff Stieler 2019-09-06 11:12:50 -07:00
parent bf37c30b16
commit d3572e85ca
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Date Picker
Date Range Picker
===
Select a range of dates or single dates
@ -7,7 +7,7 @@ Select a range of dates or single dates
```jsx
<DatePicker
<DateRangeFilterPicker
key="daterange"
onRangeSelect={ () => {} }
/>
@ -24,7 +24,7 @@ Name | Type | Default | Description
## URL as the source of truth
The Date Picker reads parameters from the URL querystring and updates them by creating a link to reflect newly selected parameters, which is rendered as the "Update" button.
The Date Range Picker reads parameters from the URL querystring and updates them by creating a link to reflect newly selected parameters, which is rendered as the "Update" button.
URL Parameter | Default | Possible Values
--- | --- | ---