Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ an object of the following shape:
## Limitations

- Tasks cannot be scheduled any more frequently than every 15 minutes.
- The exact timings of task execution are unpredictable, as both Anrdoid and
- The exact timings of task execution are unpredictable, as both Android and
iOS use black-box algorithms, which depend on factors like device sleep
state. This library should only be used for tasks that are an incremental
feature, and can have inexact timing, such as the periodic background syncing
Expand Down Expand Up @@ -252,4 +252,4 @@ class MyApp extends React.Component {
)
}
}
```
```