Skip to content

Commit 5189deb

Browse files
committed
Merge pull request #5912 from chrisbolin/patch-1
Small copy changes to TestUtils and Perf summaries (cherry picked from commit 6f5e619)
1 parent 9adfb08 commit 5189deb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/10-addons.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The React add-ons are a collection of useful utility modules for building React
1818

1919
The add-ons below are in the development (unminified) version of React only:
2020

21-
- [`TestUtils`](test-utils.html), simple helpers for writing test cases (unminified build only).
22-
- [`Perf`](perf.html), for measuring performance and giving you hint where to optimize.
21+
- [`TestUtils`](test-utils.html), simple helpers for writing test cases.
22+
- [`Perf`](perf.html), a performance profiling tool for finding optimization opportunities.
2323

2424
To get the add-ons, install them individually from npm (e.g., `npm install react-addons-pure-render-mixin`). We don't support using the addons if you're not using npm.

0 commit comments

Comments
 (0)