Skip to content

Commit

Permalink
Merge branch 'master' of github.com:transistorsoft/react-native-backg…
Browse files Browse the repository at this point in the history
…round-fetch
  • Loading branch information
christocracy committed Sep 1, 2021
2 parents b065ed6 + 6b7d15b commit dfffc45
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 dfffc45

Please sign in to comment.