Skip to content

Commit

Permalink
Merge pull request #351 from MoOx/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
christocracy authored Jul 2, 2021
2 parents fb33f39 + 183b708 commit 6b7d15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class App extends React.Component {
}

// Timeout callback is executed when your Task has exceeded its allowed running-time.
// You must stop what you're doing immediately BackgorundFetch.finish(taskId)
// You must stop what you're doing immediately BackgroundFetch.finish(taskId)
const onTimeout = async (taskId) => {
console.warn('[BackgroundFetch] TIMEOUT task: ', taskId);
BackgroundFetch.finish(taskId);
Expand Down

0 comments on commit 6b7d15b

Please sign in to comment.