mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-27 03:08:06 +00:00
Remove apostrophe (#10807)
* Remove apostrophe * Update printInclusive default documentation
This commit is contained in:
committed by
Dan Abramov
parent
7f2cd20190
commit
6b9d05de8d
@@ -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:
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user