Skip to content

Commit

Permalink
app/services/clock: Fix typos in deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Feb 16, 2016
1 parent dd879f5 commit b193590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/clock.js
Expand Up @@ -6,7 +6,7 @@ export default Clock.extend({
this._super(...arguments);
Ember.deprecate(
'Usage of the `clock` service is deprecated. ' +
'Please generate you own clock service with `ember generate clock-service`.',
'Please generate your own clock service with `ember generate clock <name>`.',
false,
{
id: 'ember-cli-clock.deprecate-legacy-clock-service',
Expand Down

0 comments on commit b193590

Please sign in to comment.