fix(docs): Remove corrupted character in JSDoc comment

Fixed corrupted character on line 415 that was causing TypeScript parse errors.

Verification:
- TypeScript compiles 
This commit is contained in:
Matthew Raymer
2025-12-23 07:24:25 +00:00
parent d596346ba2
commit c29957bf64

View File

@@ -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';