Skip to content

Commit d6cf55b

Browse files
committed
Minor fix for example formatting.
1 parent 3583226 commit d6cf55b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -769,11 +769,11 @@ <h3>On user interaction</h3>
769769
caches.open('mysite-article-' + id)
770770
.then(function(cache) {
771771
fetch('/get-article-urls?id=' + id)
772-
.then(function(response) {
773-
return response.json();
774-
}).then(function(urls) {
775-
cache.addAll(urls);
776-
});
772+
.then(function(response) {
773+
return response.json();
774+
}).then(function(urls) {
775+
cache.addAll(urls);
776+
});
777777
});
778778
});
779779
</code></pre>

0 commit comments

Comments
 (0)