From 024d6df5884911917475dd8c375ef62fb2f1c485 Mon Sep 17 00:00:00 2001 From: Ronaldo Lima Date: Mon, 8 Oct 2018 15:19:08 +0200 Subject: [PATCH] Update README.md Fix:(grammar correction) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1af44c4..dc1e572 100644 --- a/README.md +++ b/README.md @@ -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 @@ -252,4 +252,4 @@ class MyApp extends React.Component { ) } } -``` \ No newline at end of file +```