Skip to content

Commit

Permalink
Fix typo in view modififer documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vsanthanam committed Jul 9, 2023
1 parent 03493a4 commit d11f0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SafariView/Modifiers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public extension View {
return ModifiedContent(content: self, modifier: modifier)
}

/// Set the controk tint color of safari views within this view
/// Set the control tint color of safari views within this view
///
/// This modifier is the equivelent of the [`.preferredControlTintColor`](https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller/2274393-preferredcontroltintcolor) property of a [`SFSafariViewController`](https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller)
/// - Parameter color: The color to use
Expand Down

0 comments on commit d11f0db

Please sign in to comment.