Skip to content

Commit bbb1e6f

Browse files
authored
docs : Update README.md (#82)
1 parent 142e96d commit bbb1e6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Calling `resolve()` \ `reject()` is **required** within every event handler call
157157
<!--Update the source file JSDoc comments and rerun docgen to update the docs below-->
158158

159159
On load, Background Runner will automatically register a
160-
background task that will be scheduled and ran once your app is
160+
background task that will be scheduled and run once your app is
161161
backgrounded.
162162

163163
| Prop | Type | Description | Since |

packages/capacitor-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Calling `resolve()` \ `reject()` is **required** within every event handler call
157157
<!--Update the source file JSDoc comments and rerun docgen to update the docs below-->
158158

159159
On load, Background Runner will automatically register a
160-
background task that will be scheduled and ran once your app is
160+
background task that will be scheduled and run once your app is
161161
backgrounded.
162162

163163
| Prop | Type | Description | Since |

packages/capacitor-plugin/src/definitions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ declare module '@capacitor/cli' {
4747
export interface PluginsConfig {
4848
/**
4949
* On load, Background Runner will automatically register a
50-
* background task that will be scheduled and ran once your app is
50+
* background task that will be scheduled and run once your app is
5151
* backgrounded.
5252
*/
5353
BackgroundRunner?: {

0 commit comments

Comments
 (0)