diff --git a/README.md b/README.md index 50e56cec..314488b4 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ backgrounded. | **`src`** | string | The path to the runner JavaScript file, relative to the app bundle. | 1.0.0 | | **`event`** | string | The name of the event that will be called when the OS executes the background task. | 1.0.0 | | **`repeat`** | boolean | If background task should repeat based on the interval set in `interval`. | 1.0.0 | -| **`interval`** | number | The number of minutes after the the app is put into the background in which the background task should begin. If `repeat` is true, this also specifies the number of minutes between each execution. | 1.0.0 | +| **`interval`** | number | The number of minutes after the app is put into the background in which the background task should begin. If `repeat` is true, this also specifies the number of minutes between each execution. | 1.0.0 | | **`autoStart`** | boolean | Automatically register and schedule background task on app load. | 1.0.0 | ### Examples