Sebastián Katzer пре 12 година
родитељ
комит
2817a14cd9
1 измењених фајлова са 1 додато и 1 уклоњено
  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
 /**