Skip to content

Commit 7390e3c

Browse files
committed
fix: typo
1 parent 2cdfc62 commit 7390e3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EffectorForms/Set+ValidationEvent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ extension Set where Element == ValidationEvent {
33

44
static let submit = Set([ValidationEvent.submit])
55
static let change = Set([ValidationEvent.change])
6-
static let blue = Set([ValidationEvent.blur])
6+
static let blur = Set([ValidationEvent.blur])
77
}

0 commit comments

Comments
 (0)