Skip to content

Commit 490637b

Browse files
committed
OrderDetailsViewController: Fixing Typo
1 parent 92ce5a4 commit 490637b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Orders/OrderDetails/OrderDetailsViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ extension OrderDetailsViewController: MFMailComposeViewControllerDelegate {
596596

597597
private func sendEmail(to email: String) {
598598
// Workaround: MFMailCompose isn't *FULLY* picking up UINavigationBar's WC's appearance. Title / Buttons look awful.
599-
// We're falling back to iOS's default appearence
599+
// We're falling back to iOS's default appearance
600600
UINavigationBar.applyDefaultAppearance()
601601

602602
// Composer

0 commit comments

Comments
 (0)