Sebastián Katzer 12 éve
szülő
commit
2817a14cd9
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -132,7 +132,7 @@ window.plugin.notification.local.add({ icon: 'ic_dialog_email' });
 ```
 
 ### Notification sound under Android
-The default sound is `RingtoneManager.TYPE_NOTIFICATION`. But an specific sound can be dinfed through the `sound` property.<br>
+The default sound is `RingtoneManager.TYPE_NOTIFICATION`. But an specific sound can be defined through the `sound` property.<br>
 The sound must be a absolute or relative Uri pointing to the sound file.
 ```javascript
 /**