Skip to content

Commit

Permalink
chore: 오탈자 수정
Browse files Browse the repository at this point in the history
- previousFocustedField -> previousFocusedField
  • Loading branch information
leemhyungyu committed Nov 7, 2024
1 parent 66728a1 commit 6f3389f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extension QuestionAndAnswerFeature {
return .none

case let .focusedFieldDidChanged(field):
guard let previousFocustedField = state.focusedField else {
guard let previousFocusedField = state.focusedField else {
state.focusedField = field
return .none
}
Expand Down

0 comments on commit 6f3389f

Please sign in to comment.