Skip to content

Commit 7bf3c57

Browse files
authored
fix typos/grammar (#229)
Heyo, some typo and grammar fixes I encountered when reading through the docs.
1 parent 4f49cb3 commit 7bf3c57

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ identify even tiny differences in runtime.
2626

2727
## Example
2828

29-
Let's test two approaches for adding elements to a page. First ceate two HTML
29+
Let's test two approaches for adding elements to a page. First create two HTML
3030
files:
3131

3232
`inner.html`
@@ -334,7 +334,7 @@ This table tells us:
334334

335335
Loosely speaking, a confidence interval is a range of plausible values for a
336336
parameter like runtime, and the _confidence level_ (which tachometer always
337-
fixes to _95%_) corresponds to the degree of confidence we have that interval
337+
fixes to _95%_) corresponds to the degree of confidence we have that the interval
338338
contains the _true value_ of that parameter. See
339339
[Wikipedia](https://en.wikipedia.org/wiki/Confidence_interval#Meaning_and_interpretation)
340340
for more information about confidence intervals.
@@ -421,7 +421,7 @@ The version for a dependency can be any of the following:
421421

422422
You can also use the `--package-version` flag to specify a version to swap in
423423
from the command-line, with format `[label=]package@version`. Note that the
424-
advanced git install configuration is not supported from the commandline:
424+
advanced git install configuration is not supported from the command line:
425425

426426
```
427427
tach mybench.html \
@@ -483,7 +483,7 @@ security zones appears to resolve `NoSuchSessionError` errors.
483483

484484
Tachometer will install WebDriver plugins for Chrome, Firefox and IE on-demand.
485485
The first time that Tachometer runs a benchmark in any of these browsers, it
486-
will install the appropriate plug-in from via NPM or Yarn if it is not already
486+
will install the appropriate plug-in via NPM or Yarn if it is not already
487487
installed.
488488

489489
If you wish to avoid on-demand installations like this, you can install the
@@ -603,9 +603,9 @@ For example, using the standard location of user profiles on macOS:
603603
## Performance traces
604604

605605
Once you determine that something is slower or faster in comparison to something
606-
else, investigating why is natural next step. To assist in determining why,
606+
else, investigating why is the natural next step. To assist in determining why,
607607
consider collecting performance traces. These traces can be used to determine
608-
what the browser is doing differently between two version of code.
608+
what the browser is doing differently between two versions of code.
609609

610610
When the `trace` option is turned on in Chromium-based browsers, each tachometer
611611
sample will produce a JSON file that can be viewed in Chromium's `about:tracing`

0 commit comments

Comments
 (0)