Browse Source

fixed typo (#28603)

ycw 1 year ago
parent
commit
2ba5c1db94
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/sw.js

+ 1 - 1
editor/sw.js

@@ -237,7 +237,7 @@ self.addEventListener( 'install', async function () {
 
 		} catch {
 
-			console.warn( '[SW] Cound\'t cache:', asset );
+			console.warn( '[SW] Couldn\'t cache:', asset );
 
 		}