Skip to content

Commit 788705b

Browse files
authored
Fix grammar in Castle destination docs
1 parent 5b843fb commit 788705b

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)