react-modern-audio-player 1.1.2 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -201,7 +201,7 @@ type InterfacePlacementValue = "row1-1" | "row1-2" | "row1-3" | "row1-4" | ... m
201
201
 
202
202
  type InterfaceGridItemArea = Partial<Record<InterfacePlacementKey, string>>;
203
203
  /** example
204
- * check grid item MDN
204
+ * check grid item MDN
205
205
  * progress : 2-4
206
206
  * repeatBtn : row1-4 / 2 / row1-4 / 10
207
207
  */