Skip to content

Commit 8ecae83

Browse files
authored
Update API.md
1 parent 0f3dc3b commit 8ecae83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ const userIsInAnTeam = (nextState, replace, callback) => {
362362
callback();
363363
})
364364
.catch(error => {
365-
// do some async error handling here
365+
// do some error handling here
366366
callback();
367367
})
368368
}

0 commit comments

Comments
 (0)