Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ <h2>currentDate | setDate (alias) <span>Setting</span> <a href="#index">Go up</a
</code>
</pre>
<button class="grey full" onclick="currentDateDemo()">Let's try that</button>
<p><i class="fa fa-lightbulb-o hint"></i>Use me to jump to spesific dates</p>
<p><i class="fa fa-lightbulb-o hint"></i>Use me to jump to specific dates</p>
<script>
function currentDateDemo(){
datepicker.unselectAll();
Expand Down Expand Up @@ -758,7 +758,7 @@ <h2>highlight <span>Setting</span> <a href="#index">Go up</a></h2>

<div class="col-xs-12 col-md-6 block" id="disabledDays">
<h2>disabledDays <span>Setting</span> <a href="#index">Go up</a></h2>
<p class="description">You can disable spesific days</p>
<p class="description">You can disable specific days</p>
<pre>
<code>
//Type: Number(0-6) or Array of Numbers(0-6)<br>
Expand Down Expand Up @@ -787,7 +787,7 @@ <h2>disabledDays <span>Setting</span> <a href="#index">Go up</a></h2>

<div class="col-xs-12 col-md-6 block" id="disabledDates">
<h2>disabledDates <span>Setting</span> <a href="#index">Go up</a></h2>
<p class="description">You can disable spesific days</p>
<p class="description">You can disable specific days</p>
<pre>
<code>
//Type: Date or Array of Dates<br>
Expand Down