Skip to content

Commit d19ad61

Browse files
authored
Merge pull request #657 from tp/patch-1
fix: Typos in `ChewieController` docs
2 parents 9fd01b3 + 2f87743 commit d19ad61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/chewie_player.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ class ChewieController extends ChangeNotifier {
433433
/// Whether or not the video should loop
434434
final bool looping;
435435

436-
/// Weather or not to show the controls when initializing the widget.
436+
/// Wether or not to show the controls when initializing the widget.
437437
final bool showControlsOnInitialize;
438438

439439
/// Whether or not to show the controls at all
@@ -481,7 +481,7 @@ class ChewieController extends ChangeNotifier {
481481
/// Defines if the player will sleep in fullscreen or not
482482
final bool allowedScreenSleep;
483483

484-
/// Defines if the controls should be for live stream video
484+
/// Defines if the controls should be shown for live stream video
485485
final bool isLive;
486486

487487
/// Defines if the fullscreen control should be shown

0 commit comments

Comments
 (0)