Skip to content

Commit d5f8a56

Browse files
authored
Merge pull request reactjs#292 from sjsyrek/patch-1
Add missing "the" and fix comma
2 parents 825bae0 + eef2864 commit d5f8a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/optimizing-performance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Then, to create a production build, add the `-p` flag to the `build` command:
6666
brunch build -p
6767
```
6868

69-
Remember that you only need to do this for production builds. You shouldn't pass `-p` flag or apply this plugin in development because it will hide useful React warnings, and make the builds much slower.
69+
Remember that you only need to do this for production builds. You shouldn't pass the `-p` flag or apply this plugin in development, because it will hide useful React warnings and make the builds much slower.
7070

7171
### Browserify
7272

0 commit comments

Comments
 (0)