From f31483165c0469bdd0986669825ef2f556d8f107 Mon Sep 17 00:00:00 2001 From: Daniel Ehrhardt Date: Sat, 23 Apr 2022 18:35:08 +0200 Subject: [PATCH] fixed to in description --- types/OneSignalPlugin.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/OneSignalPlugin.d.ts b/types/OneSignalPlugin.d.ts index 1ffe2fac..c0c17379 100644 --- a/types/OneSignalPlugin.d.ts +++ b/types/OneSignalPlugin.d.ts @@ -130,7 +130,7 @@ export interface OneSignalPlugin { sendTag(key: string, value: string): void; /** - * Tag a user wiht multiple tags based on an app event of your choosing so they can be targeted later via segments. + * Tag a user with multiple tags based on an app event of your choosing so they can be targeted later via segments. * @param {object} tags * @returns void */