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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user