Skip to content

Commit 5792293

Browse files
zappingSamuell1
authored andcommitted
docs(MdDatepicker): typo fixed (vuematerial#1767)
* Update Datepicker.vue Typos fixed * Update Datepicker.vue Typo fixed
1 parent 6190755 commit 5792293

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/app/pages/Components/Datepicker/Datepicker.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020

2121
<div class="page-container-section">
2222
<h2>Cancel open on focus</h2>
23-
<p>By default Datepicker component open on focus on it's input. This will make the input useless and the user will not be able to type de date manually. You can disable this behavior:</p>
23+
<p>By default Datepicker component open on focus to it's input. This will make the input useless and the user will not be able to type the date manually. You can disable this behavior:</p>
2424
<code-example title="With initial date selected" :component="examples['cancel-open-datepicker']" />
2525
</div>
2626

2727
<div class="page-container-section">
2828
<h2>Immediately selection</h2>
29-
<p>Datepicker dialog could be closed instantly after a date is selected. Date will be selected immediately without any confirm:</p>
29+
<p>The Datepicker dialog can be made to close instantly after a date is selected. The date will be selected immediately without any additional confirmation or user action:</p>
3030
<code-example title="Close dialog on select" :component="examples['close-on-select-datepicker']" />
3131
</div>
3232

3333
<div class="page-container-section">
3434
<h2>Disabled dates</h2>
35-
<p>Sometimes you may need to disable certain dates from being selected. Let's suppose that you only want to let user to select work days:</p>
35+
<p>Sometimes you may need to disable certain dates from being selected. Let's suppose that you want to let the user select only week days:</p>
3636
<code-example title="No weekends available" :component="examples['disabled-dates-datepicker']" />
3737

3838
<api-item title="API - md-datepicker">

0 commit comments

Comments
 (0)