style: typos fixed - https://github.com/vlajos/misspell-fixer (#22975)
PR Close #22975
This commit is contained in:

committed by
Matias Niemelä

parent
f739f756ce
commit
de90314304
@ -187,7 +187,7 @@ export function interpolateParams(
|
||||
const original = value.toString();
|
||||
const str = original.replace(PARAM_REGEX, (_, varName) => {
|
||||
let localVal = params[varName];
|
||||
// this means that the value was never overidden by the data passed in by the user
|
||||
// this means that the value was never overridden by the data passed in by the user
|
||||
if (!params.hasOwnProperty(varName)) {
|
||||
errors.push(`Please provide a value for the animation param ${varName}`);
|
||||
localVal = '';
|
||||
|
Reference in New Issue
Block a user