From ba28f462bc7f703470ae1cfabf5f9223b4655198 Mon Sep 17 00:00:00 2001 From: Brian Donovan <1938+eventualbuddha@users.noreply.github.com> Date: Wed, 31 Jul 2019 13:04:54 -0700 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20"to"=20=E2=86=92=20"so".=20(#10288?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/babel-template/src/populate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-template/src/populate.js b/packages/babel-template/src/populate.js index 3ac536f6d8..90b13853ba 100644 --- a/packages/babel-template/src/populate.js +++ b/packages/babel-template/src/populate.js @@ -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()