Skip to content

Commit 25de1d4

Browse files
author
pipeline
committed
bug(EJ2-5291): description-correction
1 parent 73cb9be commit 25de1d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/daterangepicker/dayspan.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
<p>
1313
DateRangePicker has <code>minDays</code> and <code>maxDays</code> supports to force the user to select the minimum and maximum number of days in the range. Only the values in this range will be enabled.
1414
</p>
15-
<p>We may have seen in hotel booking website that we can book rooms as packages like 3 or 5 days packages. For this scenario we can use minDays and maxDays.</p>
15+
<p>
16+
For example, in some hotel booking website, we need to book rooms that includes packages like minimum 3 days to maximum 5 days. For this scenario this feature can be used.
17+
</p>
1618
<p>More information on the DateRangePicker minDays/maxDays support can be found in the
1719
<a href="http://ej2.syncfusion.com/angular/documentation/daterangepicker/range-selection.html#range-span" target="_blank"> documentation section</a>.</p>
1820

0 commit comments

Comments
 (0)