Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit d6611ef

Browse files
authored
Fix typos
1 parent f2a64e4 commit d6611ef

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
@@ -60,8 +60,8 @@ The delegate is responsible for dismissing the picker when the operation complet
6060

6161
The example above shows the recommended way to show the picker in a modal. There are currently three available controllers to show the picker depending on your application needs:
6262

63-
* [WPMediaPickerViewController](Pod/Classes/WPMediaPickerViewController.h), this is the base collection view controller that displays the media. It can be used inside another view controllers using containment.
64-
* [WPInputMediaPickerViewController](Pod/Classes/WPInputMediaPickerViewController.h), a wrapper of the WPMediaPickerController to be used has an inputView of an UIControl.
63+
* [WPMediaPickerViewController](Pod/Classes/WPMediaPickerViewController.h), this is the base collection view controller that displays the media. It can be used inside other view controllers using containment.
64+
* [WPInputMediaPickerViewController](Pod/Classes/WPInputMediaPickerViewController.h), a wrapper of the WPMediaPickerController to be used as an inputView of an UIControl.
6565
* [WPNavigationMediaPickerViewController](Pod/Classes/WPNavigationMediaPickerViewController.h), a convenience wrapper of the `WPMediaPickerViewController` inside a UINavigationController to show in a modal context.
6666

6767
### How to configure the appearance of the picker

0 commit comments

Comments
 (0)