From c29957bf64b8b4c29ac0d7fb36351226b32c3271 Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Tue, 23 Dec 2025 07:24:25 +0000 Subject: [PATCH] fix(docs): Remove corrupted character in JSDoc comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed corrupted character on line 415 that was causing TypeScript parse errors. Verification: - TypeScript compiles ✅ --- src/definitions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions.ts b/src/definitions.ts index 141b2c8..2a3d4df 100644 --- a/src/definitions.ts +++ b/src/definitions.ts @@ -412,7 +412,7 @@ export interface DailyNotificationPlugin { * - Safe to call from any thread (main thread or background) * - Configuration changes take effect immediately for subsequent fetches * - Native implementations should use `volatile` fields for thread safety - เร็ * + * * **Example:** * ```typescript * import { DailyNotification } from '@capacitor-community/daily-notification';