diff --git a/lib/mixins/property-effects.js b/lib/mixins/property-effects.js index 82bb81eb14..bb4b1f9165 100644 --- a/lib/mixins/property-effects.js +++ b/lib/mixins/property-effects.js @@ -520,7 +520,7 @@ const enqueueEffectsFor = (prop, computeEffects, queue, order, hasPaths) => { * (defined as number properties it depends on, including its method for * "dynamic functions"). Any properties that have no dependencies are added to * the `ready` queue, which are properties whose order can be added to the final - * order map. Properties are popped off the `ready` one by one and a.) added as + * order map. Properties are popped off the `ready` queue one by one and a.) added as * the next property in the order map, and b.) each property that it is a * dependency for has its dep count decremented (and if that property's dep * count goes to zero, it is added to the `ready` queue), until all properties