File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages/capacitor-plugin Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ Calling `resolve()` \ `reject()` is **required** within every event handler call
157
157
<!-- Update the source file JSDoc comments and rerun docgen to update the docs below-->
158
158
159
159
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
161
161
backgrounded.
162
162
163
163
| Prop | Type | Description | Since |
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ Calling `resolve()` \ `reject()` is **required** within every event handler call
157
157
<!-- Update the source file JSDoc comments and rerun docgen to update the docs below-->
158
158
159
159
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
161
161
backgrounded.
162
162
163
163
| Prop | Type | Description | Since |
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ declare module '@capacitor/cli' {
47
47
export interface PluginsConfig {
48
48
/**
49
49
* 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
51
51
* backgrounded.
52
52
*/
53
53
BackgroundRunner ?: {
You can’t perform that action at this time.
0 commit comments