From 5d1afefed66c9d63b1f98f0fb963651560c902ca 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/optimizing-performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/optimizing-performance.md b/docs/optimizing-performance.md index 7253e76e..162ed00b 100644 --- a/docs/optimizing-performance.md +++ b/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