From 4eccc7696eb2893da90c1948e14922668798e24f Mon Sep 17 00:00:00 2001
From: Dan Abramov
Date: Wed, 3 May 2017 15:05:54 +0100
Subject: [PATCH] Typo
---
docs/optimizing-performance.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/optimizing-performance.html b/docs/optimizing-performance.html
index 692b33272c..4100471b19 100644
--- a/docs/optimizing-performance.html
+++ b/docs/optimizing-performance.html
@@ -165,7 +165,7 @@ This is not a typo.
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
npm install --save-dev rollup-plugin-commonjs rollup-plugin-replace rollup-plugin-uglify