diff options
author | Todd Parker <fg.todd@gmail.com> | 2008-12-30 16:47:26 +0000 |
---|---|---|
committer | Todd Parker <fg.todd@gmail.com> | 2008-12-30 16:47:26 +0000 |
commit | c18b499330fb29dac2bbdf6a7b3341ea24a17fbd (patch) | |
tree | 4664772aebefe945c9eb14e94de0cfe74fadc7ea /demos/datepicker | |
parent | 8ea536f5c9c82ced4d682f5d7a1904da55fc430d (diff) | |
download | jquery-ui-c18b499330fb29dac2bbdf6a7b3341ea24a17fbd.tar.gz jquery-ui-c18b499330fb29dac2bbdf6a7b3341ea24a17fbd.zip |
Fixed description typo
Diffstat (limited to 'demos/datepicker')
-rw-r--r-- | demos/datepicker/multiple_calendars.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/datepicker/multiple_calendars.html b/demos/datepicker/multiple_calendars.html index 542ff7ebe..a7851e4b9 100644 --- a/demos/datepicker/multiple_calendars.html +++ b/demos/datepicker/multiple_calendars.html @@ -25,7 +25,7 @@ <div class="demo-description"> -<p>This datepicker shows two months at a time by setting the numberOfMonths option to 2. This can be set to any number that will fit within your layout. The multiple calendars are used to make it easier to visually scan across months and make a selection. This is not a date range picker. In a future release, a custom date range plugin will be added. For users that want to use the old date range picker built into the datepicker, they must use the previous version of this plug.</p> +<p>This datepicker shows two months at a time by setting the numberOfMonths option to 2. This can be set to any number that will fit within your layout. The multiple calendars are used to make it easier to visually scan across months and make a selection. This is not a date range picker. In a future release, a custom date range plugin will be added. For users that want to use the old date range picker built into the datepicker, they must use the previous version of this plugin.</p> </div><!-- End demo-description --> |