diff --git a/README.md b/README.md
index 761cb1e..23073be 100644
--- a/README.md
+++ b/README.md
@@ -255,9 +255,9 @@ Note: iOS only supports `auto` currently.
| :--- | :---: | :---: | :--- |
| 'Proximity' | :smile: | :smile: | proximity sensor detected changes.
data: `{'isNear': boolean}` |
| 'WiredHeadset'| :smile: | :smile: | fire when wired headset plug/unplug
data: `{'isPlugged': boolean, 'hasMic': boolean, 'deviceName': string }` |
-| 'NoisyAudio' | :smile: | :rage: | see [andriod doc](http://developer.android.com/reference/android/media/AudioManager.html#ACTION_AUDIO_BECOMING_NOISY).
data: `null` |
+| 'NoisyAudio' | :smile: | :rage: | see [android doc](http://developer.android.com/reference/android/media/AudioManager.html#ACTION_AUDIO_BECOMING_NOISY).
data: `null` |
| 'MediaButton' | :smile: | :rage: | when external device controler pressed button. see [android doc](http://developer.android.com/reference/android/content/Intent.html#ACTION_MEDIA_BUTTON)
data: `{'eventText': string, 'eventCode': number }` |
-| 'onAudioFocusChange' | :smile: | :rage: | see [andriod doc](http://developer.android.com/reference/android/media/AudioManager.OnAudioFocusChangeListener.html#onAudioFocusChange(int))
data: `{'eventText': string, 'eventCode': number }` |
+| 'onAudioFocusChange' | :smile: | :rage: | see [android doc](http://developer.android.com/reference/android/media/AudioManager.OnAudioFocusChangeListener.html#onAudioFocusChange(int))
data: `{'eventText': string, 'eventCode': number }` |
**NOTE: platform OS always has the final decision, so some toggle API may not work in some cases
be careful when customizing your own behavior**