Skip to content

Commit 281635f

Browse files
Apply suggestions from code review
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 1861b81 commit 281635f

File tree

1 file changed

+2
-2
lines changed
  • docs/platforms/apple/common/user-feedback

1 file changed

+2
-2
lines changed

docs/platforms/apple/common/user-feedback/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ This setup will insert the widget into your app's view hierarchy. By default, it
4747

4848
#### SwiftUI
4949

50-
SwiftUI apps cannot currently use automatic injection of the widget upon SDK start. Several options exist to display the feedback form:
50+
SwiftUI apps don’t currently support automatic widget injection when the SDK starts. Several options exist to display the feedback form:
5151

5252
##### Use your own button
5353

54-
Place a `UIButton` somewhere in your app, then provide the reference to the feedback configuration in the options provided on SDK start:
54+
Add a `UIButton` to your app, then provide the reference to the feedback configuration in the SDK start options:
5555

5656
```swift
5757
import Sentry

0 commit comments

Comments
 (0)