Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Graywolf9 and github-actions[bot] authored Aug 18, 2023
1 parent ab740ab commit 3357da8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/es/web/api/cachestorage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ self.addEventListener("install", (event) => {
"/gallery/bountyHunters.jpg",
"/gallery/myLittleVader.jpg",
"/gallery/snowTroopers.jpg",
])
)
]),
),
);
});

Expand All @@ -97,7 +97,7 @@ self.addEventListener("fetch", (event) => {
})
.catch(() => caches.match("/gallery/myLittleVader.jpg"));
}
})
}),
);
});
```
Expand Down

0 comments on commit 3357da8

Please sign in to comment.