Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Fix typo in dev-build-watcher.js (vercel#25196)
Browse files Browse the repository at this point in the history
transtion -> transition
  • Loading branch information
eltociear committed May 18, 2021
1 parent 4ce64e8 commit 3e59fdf
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 3e59fdf

Please sign in to comment.