Skip to content

Commit 15c0796

Browse files
authored
Fix typo.
1 parent a60081b commit 15c0796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewModels/Order Details/OrderDetailsViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ extension OrderDetailsViewModel {
504504
}
505505

506506
/// Collects payments for the current order.
507-
/// Tries to connect to a reader if necesary.
507+
/// Tries to connect to a reader if necessary.
508508
/// Handles receipt sharing.
509509
///
510510
func collectPayment(rootViewController: UIViewController, backButtonTitle: String, onCollect: @escaping (Result<Void, Error>) -> Void) {

0 commit comments

Comments
 (0)