From 876d9a441058f8a8bcd0959cd0f422ea4c397668 Mon Sep 17 00:00:00 2001 From: Jasper van Merle Date: Mon, 15 Jul 2019 17:03:14 +0200 Subject: [PATCH] Fix typo --- assets/javascripts/templates/pages/offline_tmpl.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/javascripts/templates/pages/offline_tmpl.coffee b/assets/javascripts/templates/pages/offline_tmpl.coffee index 436cf1ae..bb9e06e8 100644 --- a/assets/javascripts/templates/pages/offline_tmpl.coffee +++ b/assets/javascripts/templates/pages/offline_tmpl.coffee @@ -47,7 +47,7 @@ canICloseTheTab = -> reason = "aren't available in your browser (or are disabled)" if app.config.env != 'production' - reason = "are disabled in your development instance of DevDocs (enable them by setting the ENABLE_SERVICE_WORKERS environment variable to true)" + reason = "are disabled in your development instance of DevDocs (enable them by setting the ENABLE_SERVICE_WORKER environment variable to true)" """ No. Service Workers #{reason}, so loading devdocs.io offline won't work.
The current tab will continue to function even when you go offline (provided you installed all the documentations beforehand). """