diff --git a/pages/docs/01-start/blacklisting.html b/pages/docs/01-start/blacklisting.html index e9b76f5..814bb54 100644 --- a/pages/docs/01-start/blacklisting.html +++ b/pages/docs/01-start/blacklisting.html @@ -27,7 +27,7 @@
To blacklist a link, add it a data-no-instant attribute.
+
To blacklist a link, add a data-no-instant attribute.
InstantClick is now activated on your website. Read those articles to get a sufficient level of proficiency with InstantClick: +
InstantClick is now activated on your website. Read these articles to get a sufficient level of proficiency with InstantClick:
DOMContentLoaded or jQuery.ready() to trigger your code (use InstantClick’s events instead).
The second most important thing to understand is that InstantClick only changes the <body> and <title>, so that your scripts are evaluated only once (this brings a nice, noticeable speed boost in and of itself).
diff --git a/pages/docs/02-go-further/assets-changes.html b/pages/docs/02-go-further/assets-changes.html
index f618aa6..3f3e4fe 100644
--- a/pages/docs/02-go-further/assets-changes.html
+++ b/pages/docs/02-go-further/assets-changes.html
@@ -6,7 +6,7 @@
The current way of tracking asset changes is currently a bit clumsy. It will probably be changed later in InstantClick 4.0. -
To check when a style sheet or script (either external or inline) is updated, add it a data-instant-track attribute:
+
To check when a style sheet or script (either external or inline) is updated, add a data-instant-track attribute:
If you don’t want any wasted requests, you may preload on “mousedown”. This is when you press your mouse button (a click is when you release it). -
When loading pages with InstantClick, the browser doesn’t show its standard loading indicators anymore. To make sure the user knows a page has changed, InstantClick includes a (customizable) progress bar.3 The bar automatically scales to appropriate size on mobile devices, so it works even when your site isn’t optimized for mobile. +
When loading pages with InstantClick, the browser doesn’t show its standard loading indicators anymore. To make sure the user knows a page has changed, InstantClick includes a (customizable) progress bar.3 The bar automatically scales to the appropriate size on mobile devices, so it works even when your site isn’t optimized for mobile.