Skip to content

Commit

Permalink
Fixing error message
Browse files Browse the repository at this point in the history
  • Loading branch information
youennf committed Dec 6, 2017
1 parent 82770e5 commit a0daa57
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@
self.onfetch = function(e) {
if (e.request.mode === 'navigate' && e.clientId !== "") {
e.respondWith(Response.error(
'`clientId` incorrectly set to non-null value for request with mode `navigate`'
'`clientId` incorrectly set to non-empty value for request with mode `navigate`'
));
return;
}
Expand Down

0 comments on commit a0daa57

Please sign in to comment.