Skip to content

Commit 101c650

Browse files
author
Andreas Savvides
committed
Fixing typo in intro
1 parent 9401554 commit 101c650

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/intro.md

Lines changed: 2 additions & 2 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 = {

0 commit comments

Comments
 (0)