From ee0348e3f310c5ea57341171ee55d1f5e022f71b Mon Sep 17 00:00:00 2001 From: Herbie Vine <41120535+herbievine@users.noreply.github.com> Date: Sat, 27 Feb 2021 16:29:53 +0000 Subject: [PATCH] typo --- docusaurus/docs/production-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/production-build.md b/docusaurus/docs/production-build.md index 8acb30fc9eb..93e8e8555c3 100644 --- a/docusaurus/docs/production-build.md +++ b/docusaurus/docs/production-build.md @@ -32,5 +32,5 @@ Using `Cache-Control: max-age=31536000` for your `build/static` assets, and `Cac ## Profiling ReactDOM automatically supports profiling in development mode for v16.5+, but since profiling adds some small -additional overhead it is opt-in for production mode. You can opt-in by using the `--profile` flag. Use `npm run build -- --profile` or `yarn build --profile` to enable profiling in the production build. See the [React docs](https://reactjs.org/docs/optimizing-performance.html#profiling-components-with-the-devtools-profiler) for details about profiling +additional overhead it is opt-out for production mode. You can opt-in by using the `--profile` flag. Use `npm run build -- --profile` or `yarn build --profile` to enable profiling in the production build. See the [React docs](https://reactjs.org/docs/optimizing-performance.html#profiling-components-with-the-devtools-profiler) for details about profiling using the React DevTools.