Skip to content

Commit 876d9a4

Browse files
authored
Fix typo
1 parent dff5675 commit 876d9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/templates/pages/offline_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ canICloseTheTab = ->
4747
reason = "aren't available in your browser (or are disabled)"
4848

4949
if app.config.env != 'production'
50-
reason = "are disabled in your development instance of DevDocs (enable them by setting the <code>ENABLE_SERVICE_WORKERS</code> environment variable to <code>true</code>)"
50+
reason = "are disabled in your development instance of DevDocs (enable them by setting the <code>ENABLE_SERVICE_WORKER</code> environment variable to <code>true</code>)"
5151

5252
""" No. Service Workers #{reason}, so loading <a href="//devdocs.io">devdocs.io</a> offline won't work.<br>
5353
The current tab will continue to function even when you go offline (provided you installed all the documentations beforehand). """

0 commit comments

Comments
 (0)