Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdrobne committed Sep 17, 2023
1 parent 9799dca commit 678c9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftUICoordinator/DeepLink/DeepLinkHandling.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public extension DeepLinkHandling {
///
/// - Throws ``DeepLinkError``:
/// - `DeepLinkError.invalidScheme`: Thrown if the URL's scheme doesn't match the
/// expected scheme ///defined in the scheme property.
/// expected scheme defined in the scheme property.
/// - `DeepLinkError.unknownURL`: Thrown if the URL doesn't have a recognized
/// action (host) that corresponds to any registered deep link.
///
Expand Down

0 comments on commit 678c9f9

Please sign in to comment.