diff --git a/docs/optimizing-performance.md b/docs/optimizing-performance.md
index 162ed00b..7ceb23e5 100644
--- a/docs/optimizing-performance.md
+++ b/docs/optimizing-performance.md
@@ -15,11 +15,11 @@ By default, React includes many helpful warnings. These warnings are very useful
If you aren't sure whether your build process is set up correctly, you can check it by installing [React Developer Tools for Chrome](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi). If you visit a site with React in production mode, the icon will have a dark background:
-
+
If you visit a site with React in development mode, the icon will have a red background:
-
+
It is expected that you use the development mode when working on your app, and the production mode when deploying your app to the users.