Skip to content

Commit 78b1735

Browse files
author
Ikko Ashimine
authoredMay 18, 2021
Fix typo in dev-build-watcher.js (#25196)
transtion -> transition
1 parent 218c611 commit 78b1735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/next/client/dev/dev-build-watcher.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default function initializeBuildWatcher(toggleCallback) {
6666
case 'built':
6767
case 'sync':
6868
isBuilding = false
69-
// Wait for the fade out transtion to complete
69+
// Wait for the fade out transition to complete
7070
timeoutId = setTimeout(() => {
7171
isVisible = false
7272
updateContainer()

0 commit comments

Comments
 (0)
Please sign in to comment.