Skip to content

Commit 2a6329a

Browse files
stayseesongmarkzegarelli
andauthored
Apply suggestions from code review
Co-authored-by: markzegarelli <[email protected]>
1 parent 6a325eb commit 2a6329a

File tree

1 file changed

+2
-2
lines changed
  • src/connections/sources/catalog/libraries/mobile/kotlin-android

1 file changed

+2
-2
lines changed

src/connections/sources/catalog/libraries/mobile/kotlin-android/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ To build your own Kotlin Destination:
424424
4. Click **Create repository from template**.
425425
5. Go to **destination > src > main > java/dmn/your/pkg/destination** in your repository.
426426
6. Click the **ExampleDestination.kt**.
427-
7. Edit the code by filling in the `TODO` sections with the appropriate information for your destination. Segment recommends you to change the package name before you finalize your build.
427+
7. Complete the `TODO` sections in the sample code with the appropriate information for your destination. Segment recommends you to change the package name before you finalize your build.
428428
8. Commit your changes.
429429

430430
You can unit test your destination to make sure it works. Segment recommends you to use the testing template as a starter and to build upon it to get test coverage of most scenarios.
@@ -433,7 +433,7 @@ To test your destination:
433433

434434
1. Go to **destination > src > test > java/dmn/your/pkg/destination**.
435435
2. Click **ExampleDestinationTests.kt**.
436-
3. Edit the code by filling in the `TODO` sections with the appropriate information for your destination.
436+
3. Complete the `TODO` sections in the sample code with the appropriate information for your destination.
437437
4. Commit your changes.
438438

439439
Segment recommends you to test your destination implementation end-to-end. Send some sample analytics events and ensure that they reach the destination.

0 commit comments

Comments
 (0)