Skip to content

Commit 00e7a82

Browse files
authored
fix: successfully typo (#143)
1 parent 9c82ae3 commit 00e7a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/app/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func (a *AppContext) Release() {
6060
// Run exports the following async functions to be available from Javascript:
6161
//
6262
// initWaitFunc (see above): waits for app initialization to complete. If this
63-
// function returns succesfully, then the App.Init() function is guaranteed
63+
// function returns successfully, then the App.Init() function is guaranteed
6464
// to have completed without error.
6565
//
6666
// terminateFunc (see above): signals the application to terminate; Run() will

0 commit comments

Comments
 (0)