From f34bfafe93ea8b3bfdbcef63cc6f68d2d24d44e1 Mon Sep 17 00:00:00 2001 From: Maxim Belov Date: Tue, 19 Aug 2025 20:03:13 +0200 Subject: [PATCH] Update src/@awesome-cordova-plugins/plugins/airship/index.ts Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- src/@awesome-cordova-plugins/plugins/airship/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@awesome-cordova-plugins/plugins/airship/index.ts b/src/@awesome-cordova-plugins/plugins/airship/index.ts index 5bd990c1b..038273953 100644 --- a/src/@awesome-cordova-plugins/plugins/airship/index.ts +++ b/src/@awesome-cordova-plugins/plugins/airship/index.ts @@ -1666,7 +1666,7 @@ class AirshipChannel { /** * Waits for the channel ID to be created - * Returns the channel ID. If the channel ID is not yet created the function it will wait for it before returning. + * Returns the channel ID. If the channel ID is not yet created, the function will wait for it before returning. * After the channel ID is created, this method functions the same as getChannelId(). */ @CordovaInstance()