Skip to content

Commit

Permalink
Fix typo in form docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogfalo committed Jul 19, 2017
1 parent ebf3967 commit 9bc8ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jade/page-contents/forms_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ <h4>Initialization</h4>
<pre><code class="language-javascript">
$('.datepicker').pickadate({
selectMonths: true, // Creates a dropdown to control month
selectYears: 15 // Creates a dropdown of 15 years to control year,
selectYears: 15, // Creates a dropdown of 15 years to control year,
today: 'Today',
clear: 'Clear',
close: 'Ok',
Expand Down

0 comments on commit 9bc8ad7

Please sign in to comment.