Skip to content

Commit

Permalink
Remove apostrophe (#10807)
Browse files Browse the repository at this point in the history
* Remove apostrophe

* Update printInclusive default documentation
  • Loading branch information
skovy authored and gaearon committed Sep 27, 2017
1 parent 1850624 commit a58e993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/addons-perf.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Get the opaque data structure describing measurements from the last start-stop s
Perf.printInclusive(measurements)
```

Prints the overall time taken. If no argument's passed, defaults to all the measurements from the last recording. This prints a nicely formatted table in the console, like so:
Prints the overall time taken. When no arguments are passed, `printInclusive` defaults to all the measurements from the last recording. This prints a nicely formatted table in the console, like so:

![](/react/img/docs/perf-inclusive.png)

Expand Down

0 comments on commit a58e993

Please sign in to comment.