Skip to content

Commit

Permalink
Fix typo (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
BasThomas authored May 30, 2024
1 parent 4376250 commit 4545be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/UINotificationDismissTrigger.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Foundation
/// Defines a dismissable view.
@MainActor
public protocol Dismissable: AnyObject, Sendable {
/// Dimisses the view.
/// Dismisses the view.
func dismiss()
}

Expand Down

0 comments on commit 4545be9

Please sign in to comment.