From 9b43df003132f863d6b0479add05f3a25e8ce03a Mon Sep 17 00:00:00 2001 From: "Jeremy W. Rowe" Date: Thu, 22 Dec 2016 14:54:34 -0500 Subject: [PATCH] Fixes spelling mistake changes `Explititly` to `Explicitly` --- docs/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.md b/docs/intro.md index 8a16d1ac..3578a0ce 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -172,7 +172,7 @@ whenever `pushState` or `replaceState` is called by default. - `Pace.track`: Explicitly track one or more requests, see Tracking below -- `Pace.ignore`: Expliticly ignore one or more requests, see Tracking below +- `Pace.ignore`: Explicitly ignore one or more requests, see Tracking below Events ------