Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
Fix typo in Interactor comments (callend -> called) (uber#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
woookDev authored Jan 23, 2022
1 parent 18ad649 commit 9571f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RIBs/Classes/Interactor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ open class Interactor: Interactable {
isActiveSubject.onNext(false)
}

/// Callend when the `Interactor` will resign the active state.
/// Called when the `Interactor` will resign the active state.
///
/// This method is driven by the detachment of this interactor's owner router. Subclasses should override this
/// method to cleanup any resources and states of the `Interactor`. The default implementation does nothing.
Expand Down

0 comments on commit 9571f98

Please sign in to comment.