Skip to content

Commit 972b3f0

Browse files
Merge pull request #4942 from wallin/castle-fix-grammar
Castle fix grammar
2 parents 5b843fb + dba117d commit 972b3f0

File tree

1 file changed

+4
-3
lines changed
  • src/connections/destinations/catalog/castle

1 file changed

+4
-3
lines changed

src/connections/destinations/catalog/castle/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Calls are now visible in Castle dashboards in real-time.
3030

3131
- With Xcode:
3232

33-
In the Xcode **File** menu, click **Add Packages**. In the resulting dialog dialog where you can search for Swift packages. In the search field, enter the URL to this repository: `https://github.com/castle/analytics-ios-integration-castle`
33+
In the Xcode **File** menu, click **Add Packages**. In the resulting dialog where you can search for Swift packages, enter the following repository URL: `https://github.com/castle/analytics-ios-integration-castle`
3434

3535

3636
You can optionally pin the package to a specific branch or version, and select the project in your workspace to which you'll add the package. When you're done, click **Add Package**.
@@ -53,7 +53,8 @@ Calls are now visible in Castle dashboards in real-time.
5353
let castleDestination = CastleDestination(userJwt: "<USER_JWT>")
5454
analytics.add(plugin: castleDestination)
5555
```
56-
56+
57+
5758
### Android
5859
5960
1. You can add the Castle Segment dependency two ways:
@@ -76,7 +77,7 @@ Calls are now visible in Castle dashboards in real-time.
7677
analytics = Analytics("<YOUR WRITE KEY>", applicationContext)
7778
analytics.add(plugin = CastleDestination(userJwt = "<USER_JWT>"))
7879
```
79-
80+
8081

8182
## Page
8283

0 commit comments

Comments
 (0)