Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
style(theming): fix typo
Browse files Browse the repository at this point in the history
closes #1357
  • Loading branch information
ilanbiala authored and rschmukler committed Feb 5, 2015
1 parent 716cfc8 commit cd5f91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/services/theming/theming.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ function ThemingProvider($mdColorPalette) {

self[colorType + 'Color'] = function() {
var args = Array.prototype.slice.call(arguments);
console.warn('$mdThemingProviderTheme.' + colorType + 'Color() has been depricated. ' +
console.warn('$mdThemingProviderTheme.' + colorType + 'Color() has been deprecated. ' +
'Use $mdThemingProviderTheme.' + colorType + 'Palette() instead.');
return self[colorType + 'Palette'].apply(self, args);
};
Expand Down

0 comments on commit cd5f91d

Please sign in to comment.