diff --git a/Sources/SafariView/SafariView.docc/SafariView.md b/Sources/SafariView/SafariView.docc/SafariView.md index 2879eece0..e4162a68c 100644 --- a/Sources/SafariView/SafariView.docc/SafariView.md +++ b/Sources/SafariView/SafariView.docc/SafariView.md @@ -4,7 +4,7 @@ SafariServices in SwiftUI ## Overview -`SafariView` is a package that wraps `SafariServices` for use with SwiftUI applications. Currently, it contains a single SwiftUI view, also called SafariView, which wraps SFSafariViewController. +`SafariView` is a package that wraps [`SafariServices`](https://developer.apple.com/documentation/safariservices/) for use with SwiftUI applications. Currently, it contains a single SwiftUI view, also called `SafariView`, which wraps [`SFSafariViewController`](https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller). ## Topics diff --git a/Sources/SafariView/SafariView.swift b/Sources/SafariView/SafariView.swift index 184d55035..acd93aa8c 100644 --- a/Sources/SafariView/SafariView.swift +++ b/Sources/SafariView/SafariView.swift @@ -143,6 +143,7 @@ public struct SafariView: View { // MARK: - View + @_documentation(visibility: internal) public var body: some View { Safari(parent: self) .ignoresSafeArea(.container, edges: .all)