Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit ff821b8

Browse files
committed
Update README.md
typos
1 parent 5f99104 commit ff821b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ datepicker-class="" | String('class1 class2 class3') | false | Set custom class/
9292
datepicker-append-to="" | String('#id','.classname', 'body') | false | Append the datepicker to #id or .class element or to body
9393
datepicker-toggle="" | String(Boolean) | true | Set the datepicker to toggle its visibility on focus and blur
9494
datepicker-show="" | String | false | Trigger the datepicker visibility, if true datepicker is shown if false it is hidden
95-
| | | **tip:** _You may use this option togheter with datepicker-toggle="false" for a stable behavior_
95+
| | | **tip:** _You may use this option together with datepicker-toggle="false" for a stable behavior_
9696

9797
##Options
9898
Angular datepicker allows you to use some options via `attribute` data
@@ -164,7 +164,7 @@ Sometimes you want to (manually/programmatically) show or hide the datepicker, t
164164
<input ng-model="date3" type="text" class="angular-datepicker-input"/>
165165
</datepicker>
166166
```
167-
_tip: you should use this attribute togheter with `datepicker-toggle="false" , for a better stable behavior of the datepicker_
167+
_tip: you should use this attribute together with `datepicker-toggle="false" , for a better stable behavior of the datepicker_
168168

169169
####Input as grandchild
170170
Sometimes you cannot put date input as a first child of datepicker. In this case you may use `selector=""` to point to the CSS class of the input. Below example with using Twitter Bootstrap and FontAwesome

0 commit comments

Comments
 (0)