Skip to content

Commit

Permalink
fix(doc): formatYear instead of formatMear for the datepicker (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey authored and valorkin committed Oct 21, 2016
1 parent a3985c1 commit 045573b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/datepicker/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { DatepickerModule } from 'ng2-bootstrap/components/datepicker';
- `maxMode` (`?string='year'`) - sets upper datepicker mode, supports: `day`, `month`, `year`
- `formatDay` (`?string='dd'`) - format of day in month
- `formatMonth` (`?string='MMMM'`) - format of month in year
- `formatMear` (`?string='yyyy'`) - format of year in year range
- `formatYear` (`?string='yyyy'`) - format of year in year range
- `formatDayHeader` (`?string='EEE'`) - format of day in week header
- `formatDayTitle` (`?string='MMMM yyyy'`) - format of title when selecting day
- `formatMonthTitle` (`?string='yyyy'`) - format of title when selecting month
Expand Down

0 comments on commit 045573b

Please sign in to comment.