From aba76bf4fff15a554f68124e65aee21f855dd761 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 3 May 2017 15:04:25 +0100 Subject: [PATCH] Fix a typo --- docs/docs/optimizing-performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/optimizing-performance.md b/docs/docs/optimizing-performance.md index 7253e76ee8..162ed00bc3 100644 --- a/docs/docs/optimizing-performance.md +++ b/docs/docs/optimizing-performance.md @@ -106,7 +106,7 @@ Remember that you only need to do this for production builds. You shouldn't appl ### Rollup -For the most efficient Browserify production build, install a few plugins: +For the most efficient Rollup production build, install a few plugins: ``` # If you use npm