From e8154e496242679515324c00cc8f44e75c42809b Mon Sep 17 00:00:00 2001 From: Spencer Miskoviak Date: Sun, 24 Sep 2017 18:07:59 -0700 Subject: [PATCH 1/2] Remove apostrophe --- docs/docs/addons-perf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/addons-perf.md b/docs/docs/addons-perf.md index 762c75a3e4e..48458b5b166 100644 --- a/docs/docs/addons-perf.md +++ b/docs/docs/addons-perf.md @@ -91,7 +91,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. If no arguments passed, 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) From afcaf98af6d2f264debb71f63cd6da307d36ce81 Mon Sep 17 00:00:00 2001 From: Spencer Miskoviak Date: Wed, 27 Sep 2017 07:56:35 -0700 Subject: [PATCH 2/2] Update printInclusive default documentation --- docs/docs/addons-perf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/addons-perf.md b/docs/docs/addons-perf.md index 48458b5b166..9dde263407b 100644 --- a/docs/docs/addons-perf.md +++ b/docs/docs/addons-perf.md @@ -91,7 +91,7 @@ Get the opaque data structure describing measurements from the last start-stop s Perf.printInclusive(measurements) ``` -Prints the overall time taken. If no arguments 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)