Browse Source

Fixed typo (#1786)

'minifed' -> 'minified'
main
Arvindeva Wibisono 6 years ago
committed by Saransh Kataria
parent
commit
cda11db7eb
  1. 2
      content/docs/add-react-to-a-website.md

2
content/docs/add-react-to-a-website.md

@ -110,7 +110,7 @@ Commonly, you might want to display React components in multiple places on the H
### Tip: Minify JavaScript for Production {#tip-minify-javascript-for-production} ### Tip: Minify JavaScript for Production {#tip-minify-javascript-for-production}
Before deploying your website to production, be mindful that unminifed JavaScript can significantly slow down the page for your users. Before deploying your website to production, be mindful that unminified JavaScript can significantly slow down the page for your users.
If you already minify the application scripts, **your site will be production-ready** if you ensure that the deployed HTML loads the versions of React ending in `production.min.js`: If you already minify the application scripts, **your site will be production-ready** if you ensure that the deployed HTML loads the versions of React ending in `production.min.js`:

Loading…
Cancel
Save