Skip to content

Commit 2f5483c

Browse files
committed
Fix typos on markup
1 parent 5b75235 commit 2f5483c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/BetterSafariView/SafariView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public struct SafariView {
6464
/// After the view controller is presented, changes made are not reflected.
6565
///
6666
/// - Parameters:
67-
/// - color: The color to use as a bar accent color. If `nil`, the tint color continues to be inherited.
67+
/// - color: The color to use as a bar accent color. If `nil`, the accent color continues to be inherited.
6868
///
6969
@available(iOS 14.0, *)
7070
public func preferredBarAccentColor(_ color: Color?) -> Self {
@@ -84,7 +84,7 @@ public struct SafariView {
8484
/// Use `preferredControlAccentColor(_:)` instead of using the view’s [accentColor(_:)](apple-reference-documentation://ls%2Fdocumentation%2Fswiftui%2Fview%2Faccentcolor(_%3A)) method.
8585
///
8686
/// - Parameters:
87-
/// - color: The color to use as a control accent tint color. If `nil`, the tint color continues to be inherited.
87+
/// - color: The color to use as a control accent color. If `nil`, the accent color continues to be inherited.
8888
///
8989
@available(iOS 14.0, *)
9090
public func preferredControlAccentColor(_ color: Color?) -> Self {

0 commit comments

Comments
 (0)