Skip to content

Commit d8e8616

Browse files
committed
Fix typo, closes CodeByZach#124
1 parent bda7c56 commit d8e8616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ You can also ignore URLs based on a pattern:
226226
```javascript
227227
Pace.options = {
228228
ajax: {
229-
ignoredURLs: ['some-substring', /some-regexp/]
229+
ignoreURLs: ['some-substring', /some-regexp/]
230230
}
231231
}
232232
```

0 commit comments

Comments
 (0)