From 5d597263a0c5f38a5382c56397bb1c030f434fb4 Mon Sep 17 00:00:00 2001 From: Michael Njuguna Date: Tue, 16 Jan 2024 20:25:34 +0300 Subject: [PATCH 1/2] Update README.md Fixed grammatical error from corse to course --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d79a5365..62331a4e 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Note that even if the permission is present, users can still disable exact notif Read about [Setting Permissions](https://capacitorjs.com/docs/android/configuration#setting-permissions) in the [Android Guide](https://capacitorjs.com/docs/android) for more information on setting Android permissions. ## About Background Runner -During the corse of building complex applications, its sometimes necessary to perform work while the application is not in the foreground. The challenge with standard Capacitor applications is that the webview is not available when these background events occur, requiring you to write native code to handle these events. This is where the Background Runner plugin comes in. +During the course of building complex applications, its sometimes necessary to perform work while the application is not in the foreground. The challenge with standard Capacitor applications is that the webview is not available when these background events occur, requiring you to write native code to handle these events. This is where the Background Runner plugin comes in. Background Runner makes it easy to write JavaScript code to handle native background events. All you need to do is create your runner JavaScript file and [define your configuration](#configuring-background-runner), then the Background Runner plugin will automatically configure and schedule a native background task that will be executed according to your config and the rules of the platform. No modification to your UI code is necessary. From eb6087fbc7387aec57bf7fa62d21c19f4332206b Mon Sep 17 00:00:00 2001 From: Joseph Pender Date: Tue, 16 Apr 2024 15:37:49 -0500 Subject: [PATCH 2/2] updating README in package --- packages/capacitor-plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/capacitor-plugin/README.md b/packages/capacitor-plugin/README.md index d79a5365..62331a4e 100644 --- a/packages/capacitor-plugin/README.md +++ b/packages/capacitor-plugin/README.md @@ -99,7 +99,7 @@ Note that even if the permission is present, users can still disable exact notif Read about [Setting Permissions](https://capacitorjs.com/docs/android/configuration#setting-permissions) in the [Android Guide](https://capacitorjs.com/docs/android) for more information on setting Android permissions. ## About Background Runner -During the corse of building complex applications, its sometimes necessary to perform work while the application is not in the foreground. The challenge with standard Capacitor applications is that the webview is not available when these background events occur, requiring you to write native code to handle these events. This is where the Background Runner plugin comes in. +During the course of building complex applications, its sometimes necessary to perform work while the application is not in the foreground. The challenge with standard Capacitor applications is that the webview is not available when these background events occur, requiring you to write native code to handle these events. This is where the Background Runner plugin comes in. Background Runner makes it easy to write JavaScript code to handle native background events. All you need to do is create your runner JavaScript file and [define your configuration](#configuring-background-runner), then the Background Runner plugin will automatically configure and schedule a native background task that will be executed according to your config and the rules of the platform. No modification to your UI code is necessary.