Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.

Commit

Permalink
Fixed typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
krizalys authored and mattlewis92 committed Jan 29, 2017
1 parent ce48d82 commit 403e004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/all-day-events/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ angular
endsAt: moment().startOf('week').add(1, 'week').add(9, 'hours').toDate(),
allDay: true
}, {
title: 'A non all day egent',
title: 'A non all day event',
color: calendarConfig.colorTypes.important,
startsAt: moment().startOf('day').add(7, 'hours').toDate(),
endsAt: moment().startOf('day').add(19, 'hours').toDate(),
Expand Down

0 comments on commit 403e004

Please sign in to comment.