Skip to content

Commit fbbfce7

Browse files
keandcalhoun
andauthored
Update ios/Sources/GutenbergKit/Sources/Views/HTMLPreview/HTMLPreviewManager.swift
Co-authored-by: David Calhoun <github@davidcalhoun.me>
1 parent 7117bb5 commit fbbfce7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ios/Sources/GutenbergKit/Sources/Views/HTMLPreview/HTMLPreviewManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ private func encode(_ image: UIImage) -> Data? {
288288

289289
// Important to ignore the alpha channel (we know screenshots are opaque)
290290
// to avoid warnings from ImageIO about saving HEIF with alpha channel but
291-
// opqaue pixels. Storing opqaue images reduces the image size and the
291+
// opaque pixels. Storing opaque images reduces the image size and the
292292
// memory needed for decoding by two times.
293293
let options: [CFString: Any] = [
294294
kCGImageDestinationLossyCompressionQuality: 0.85,

0 commit comments

Comments
 (0)