mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 22:19:07 +00:00
Fix missing space and word duplication (#964)
Co-authored-by: Konstantin Koval <kkb@ukr.net>
This commit is contained in:
@@ -48,8 +48,8 @@ export function register(config?: Config) {
|
||||
navigator.serviceWorker.ready
|
||||
.then(() => {
|
||||
console.log(
|
||||
'This web app is being served cache-first by a service worker.' +
|
||||
'worker. To learn more, visit https://cra.link/PWA'
|
||||
'This web app is being served cache-first by a service worker. ' +
|
||||
'To learn more, visit https://cra.link/PWA'
|
||||
)
|
||||
})
|
||||
.catch(() => {
|
||||
|
||||
Reference in New Issue
Block a user