Skip to content

Commit 8a7d867

Browse files
chore: 📝 Fix readme typo (#403)
1 parent d74908f commit 8a7d867

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,15 +354,15 @@ playerController.release();
354354
```
355355
#### Stopping players all at once
356356
```dart
357-
playerController.stopAllPlayer();
357+
playerController.stopAllPlayers();
358358
```
359359
There could be any number of players but you can just call this function from any **one** player and it will stop all the players.
360360

361361
#### Pausing players all at once
362362
```dart
363363
playerController.pauseAllPlayers();
364364
```
365-
This function works similar to stopAllPlayer but just pauses all players.
365+
This function works similar to stopAllPlayers but just pauses all players.
366366

367367
#### Disposing the controller
368368
```dart

0 commit comments

Comments
 (0)