Sv443 1 рік тому
батько
коміт
7af228ccbe
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -588,7 +588,7 @@ Usage:
 amplifyMedia(mediaElement: HTMLMediaElement, initialGain?: number): AmplifyMediaResult
 ```
   
-Amplifies the gain of a media element (like `<audio>` or `<video>`) by the given gain value.  
+Amplifies the volume of a media element (like `<audio>` or `<video>`) by the given gain value.  
 This is how you can increase the volume of a media element beyond the default maximum volume of 100%.  
 Make sure to limit the value to a reasonable value ([clamp()](#clamp) is good for this), as it may otherwise cause bleeding eardrums.