Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Nov 3, 2022
1 parent 8d0c2b9 commit 4f9694b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/esbuild/service.go
Expand Up @@ -569,7 +569,7 @@ func (service *serviceType) handleServeRequest(id uint32, options api.BuildOptio
activeBuild.refCount++ // Make sure the serve doesn't finish until "Wait" finishes
activeBuild.serveStop = result.Stop

// Asynchronously wait for the server to stop, then fulfil the "wait" promise
// Asynchronously wait for the server to stop, then fulfill the "wait" promise
go func() {
request := map[string]interface{}{
"command": "serve-wait",
Expand Down

0 comments on commit 4f9694b

Please sign in to comment.