Skip to content

Commit 176bbc8

Browse files
committed
Merge pull request CodeByZach#51 from AnSavvides/master
Intro improvements (typo & link to opening issues)
2 parents 9401554 + 25f7579 commit 176bbc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/intro.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ Elements
110110
Elements being rendered to the screen is one way for us to decide that the page has been
111111
rendered. If you would like to use that source of information (not required at all),
112112
specify one or more selectors. You can comma seperate the selectors to propertly handle
113-
error states, where the progress bar should disappear, but the element were looking for
114-
may never apper:
113+
error states, where the progress bar should disappear, but the element we are looking for
114+
may never appear:
115115

116116
```javascript
117117
paceOptions = {
@@ -183,7 +183,7 @@ Issues
183183
------
184184

185185
We have obviously not tested this on every website. If you run into an issue, or find a way the automatic
186-
detection could be better, please create an Issue. If you can include a test case, that's even better.
186+
detection could be better, please [create an Issue](https://github.com/HubSpot/pace/issues/new). If you can include a test case, that's even better.
187187

188188
Contributing
189189
------------

0 commit comments

Comments
 (0)