Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 1a7614d

Browse files
authored
Update add-offline-support-with-a-service-worker.md
1 parent 3c4ec42 commit 1a7614d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/docs/add-offline-support-with-a-service-worker.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ Service Worker が更新を見つけたときに、カスタムメッセージ
5050
```javascript:title=gatsby-browser.js
5151
export const onServiceWorkerUpdateReady = () => {
5252
const answer = window.confirm(
53-
`アプリケーションが更新されました。 ` + `最新版を表示しますか?`
53+
`アプリケーションが更新されました。 ` +
54+
`最新版を表示しますか?`
5455
)
5556

5657
if (answer === true) {

0 commit comments

Comments
 (0)