diff --git a/index.html b/index.html index f6d4224..5b165c0 100644 --- a/index.html +++ b/index.html @@ -136,7 +136,7 @@

Appcache Facts

The FALLBACK section lists replacements for network URLs to be used when the browser is offline or the remote server is unavailable.

The SETTINGS specifies settings for appcache behaviour. Currently, the only available setting is cache mode.

-

prefer-online, which indicates that cached data should not be used when the browser has an active internet connection (supported in Firefox 14+ and Opera 12+). The default is fast, which uses the cache even when the browser has an active internet conncetion.

+

prefer-online, which indicates that cached data should not be used when the browser has an active internet connection (supported in Firefox 14+ and Opera 12+). The default is fast, which uses the cache even when the browser has an active internet connection.