Skip to content

Commit 66a1824

Browse files
authored
fixing numbering [netlify-build]
1 parent ac84b7e commit 66a1824

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/connections/auto-instrumentation/swift-setup.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ dependencies: [
4343
```
4444

4545
2. Import and initialize with your Analytics instance:
46-
> success ""
47-
> See [configuration options](#configuration-options) for a complete list.
48-
>
46+
> success ""
47+
> See [configuration options](#configuration-options) for a complete list.
4948
```swift
5049
import Segment
5150
import AnalyticsLive
@@ -72,7 +71,6 @@ dependencies: [
7271
// ... other options
7372
))
7473
```
75-
7674
3. Set up capture for the UI framework(s) you're using:
7775
* [Capture SwiftUI interactions](#swiftui).
7876
* [Capture UIKit interactions](#uikit).

0 commit comments

Comments
 (0)