[Typo] Fix deprecation warning

we don't depreciate... we deprecate code.
This commit is contained in:
Pete Richards 2017-05-10 14:48:55 -07:00
parent 5a9ca08984
commit 31a605c153

View File

@ -78,7 +78,7 @@ define([
if (valueMetadata.hints.hasOwnProperty('x')) {
console.warn(
'DEPRECIATION WARNING: `x` hints should be replaced with ' +
'DEPRECATION WARNING: `x` hints should be replaced with ' +
'`domain` hints moving forward. ' +
'https://github.com/nasa/openmct/issues/1546'
);
@ -90,7 +90,7 @@ define([
if (valueMetadata.hints.hasOwnProperty('y')) {
console.warn(
'DEPRECIATION WARNING: `y` hints should be replaced with ' +
'DEPRECATION WARNING: `y` hints should be replaced with ' +
'`range` hints moving forward. ' +
'https://github.com/nasa/openmct/issues/1546'
);