From ea7ef27f65fd47dd8a0c971e59441e64176300ca Mon Sep 17 00:00:00 2001 From: ko-dever <4114656+ko-dever@users.noreply.github.com> Date: Mon, 26 Feb 2018 10:43:19 +0000 Subject: [PATCH] Fix a typo in bundle-visualizer README Small typo fixed. --- packages/non-core/bundle-visualizer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/non-core/bundle-visualizer/README.md b/packages/non-core/bundle-visualizer/README.md index 23bed7f9b3..df47bd4083 100644 --- a/packages/non-core/bundle-visualizer/README.md +++ b/packages/non-core/bundle-visualizer/README.md @@ -57,4 +57,4 @@ of included packages and run `meteor` as normal. > If you've added `bundle-visualizer` permanently with `meteor add`, it is > important to remove this package prior to bundling or deploying to -> production with `meteor remove `bundle-visualizer`. +> production with `meteor remove bundle-visualizer`.