Browse Source

Merge pull request #1547 from narinluangrath/patch-1

Fix typo in profiler-readme
main
Saransh Kataria 6 years ago
committed by GitHub
parent
commit
45716f5073
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/blog/2018-09-10-introducing-the-react-profiler.md

2
content/blog/2018-09-10-introducing-the-react-profiler.md

@ -140,7 +140,7 @@ It also shows that each time it rendered, it was the most "expensive" component
To view this chart, either double-click on a component _or_ select a component and click on the blue bar chart icon in the right detail pane.
You can return to the previous chart by clicking the "x" button in the right detail pane.
You can aso double click on a particular bar to view more information about that commit.
You can also double click on a particular bar to view more information about that commit.
![How to view all renders for a specific component](../images/blog/introducing-the-react-profiler/see-all-commits-for-a-fiber.gif)

Loading…
Cancel
Save