1
Fork 0

Fix missing space and word duplication (#964)

Co-authored-by: Konstantin Koval <kkb@ukr.net>
This commit is contained in:
Kostiantyn 2024-06-17 15:27:05 +03:00 committed by GitHub
parent df1610b13c
commit cd8d086429
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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(() => {