Skip to content
This repository was archived by the owner on Jul 1, 2022. It is now read-only.

Commit 1b58647

Browse files
authored
fix typo in readme
1 parent 8a455f0 commit 1b58647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ init(isEnabled: Bool = false,
8585
```
8686

8787
The success parameter returns a `UIImage?` and a `PHAsset?` for more advanced use cases.
88-
If the user canceled photo capture ten both of these options will be `nil`
88+
If the user canceled photo capture then both of these options will be `nil`
8989

9090
```swift
9191
typealias CameraViewCompletion = (UIImage?, PHAsset?) -> Void

0 commit comments

Comments
 (0)