Fix typo "to" → "so". (#10288)

This commit is contained in:
Brian Donovan 2019-07-31 13:04:54 -07:00 committed by Justin Ridgewell
parent f08062b1de
commit ba28f462bc

View File

@ -32,7 +32,7 @@ export default function populatePlaceholders(
});
}
// Process in reverse order to AST mutation doesn't change indices that
// Process in reverse order so AST mutation doesn't change indices that
// will be needed for later calls to `placeholder.resolve()`.
metadata.placeholders
.slice()