Skip to content

Commit

Permalink
fix: Typo in fatalError.
Browse files Browse the repository at this point in the history
  • Loading branch information
laosb committed Aug 9, 2023
1 parent b3f84eb commit f34449d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CropImage/CropImageView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public struct CropImageView<Controls: View>: View {
#endif
} else {
#if os(macOS)
fatalError("Cropping is not supported on macOS versions before Ventrura 13.0.")
fatalError("Cropping is not supported on macOS versions before Ventura 13.0.")
#elseif os(iOS)
let window = UIWindow(frame: CGRect(origin: .zero, size: targetSize))
let hosting = UIHostingController(rootView: snapshotView)
Expand Down

0 comments on commit f34449d

Please sign in to comment.