Skip to content

Commit

Permalink
Fix typo in dev-build-watcher.js (#25196)
Browse files Browse the repository at this point in the history
transtion -> transition
  • Loading branch information
eltociear committed May 18, 2021
1 parent 218c611 commit 78b1735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/client/dev/dev-build-watcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default function initializeBuildWatcher(toggleCallback) {
case 'built':
case 'sync':
isBuilding = false
// Wait for the fade out transtion to complete
// Wait for the fade out transition to complete
timeoutId = setTimeout(() => {
isVisible = false
updateContainer()
Expand Down

0 comments on commit 78b1735

Please sign in to comment.