mirror of
https://github.com/nasa/openmct.git
synced 2025-04-16 15:29:20 +00:00
[Typo] Fix deprecation warning
we don't depreciate... we deprecate code.
This commit is contained in:
parent
5a9ca08984
commit
31a605c153
@ -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'
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user