Skip to content

Commit 982a155

Browse files
committed
Merge pull request #12 from sihugh/fix-minor-typos-in-readme
Fixed minor typos in README.md
2 parents efb2e42 + 39d443d commit 982a155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The code parses all the style sheets on the page and keeps track of every rule a
88

99
If you click on any highlighted element, the tool will show you which rules from which style sheets are providing the overrides.
1010

11-
The tool will also outline each element that is using a rule from the style guide. This is helpful to visiual see if you might have missed an element that should be using the style guide but isn't. This will ignore any rules that use just element selectors (no class selector in the rule) since those are always applied so long as the style guide is being used on the page.
11+
The tool will also outline each element that is using a rule from the style guide. This helps to highlight any elements that should be using the style guide but aren't. Rules that purely use element selectors (no class selector in the rule) will be ignored since those are always applied so long as the style guide is being used on the page.
1212

1313
![](/../screenshots/image0.png?raw=true)
1414

@@ -56,7 +56,7 @@ A rule consists of three properties:
5656

5757
## Using the bookmarklet
5858

59-
You can also create a bookmarklet that will run the entire audit for you on any page. Just edit `src/run.js` to include any custom rules and the style sheet to audit, and then run `gulp scripts`. This will create `bookmarklet.js` that you can then copy into your faviortes bar.
59+
You can also create a bookmarklet that will run the entire audit for you on any page. Just edit `src/run.js` to include any custom rules and the style sheet to audit, and then run `gulp scripts`. This will create `bookmarklet.js` that you can then copy into your favorites bar.
6060

6161
This is an excellent tool to give to designers who can then help run the audits of the site on their own.
6262

0 commit comments

Comments
 (0)