Skip to content

Commit

Permalink
Merge branch 'canary' into postcss-loader/upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored May 18, 2021
2 parents 672099b + 78b1735 commit be64a0a
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 be64a0a

Please sign in to comment.