Fix typos in DateRangeFilterPicker readme.
This commit is contained in:
parent
bf37c30b16
commit
d3572e85ca
|
@ -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
|
||||
--- | --- | ---
|
||||
|
|
Loading…
Reference in New Issue