Skip to content

Commit db92b9c

Browse files
authored
Merge pull request #7985 from segmentio/DOCSPLAT-2878
DOCSPLAT 2878 Small changes
2 parents 3ed461e + 3ef2053 commit db92b9c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ navController.turnOnScreenTracking()
9898

9999
When you run this code, keep the following in mind:
100100

101-
- You'll need to replace <WRITE_KEY> with the key from your Android Source in Segment.
101+
- You'll need to replace `<WRITE_KEY>` with the key from your Android Source in Segment.
102102
- `debugMode` sends signals to Segment for use in the Event Builder. Only enable it in development environments.
103103
- If your app doesn't use Jetpack Compose or Navigation, you can skip those plugin lines.
104104

@@ -250,4 +250,4 @@ The following table lists the available options:
250250

251251
## Next steps
252252

253-
After you've confirmed that signals show up in the Event Builder, use the [Generate Events from Signals](/docs/connections/auto-instrumentation/configuration/) guide to configure how signals get translated into analytics events.
253+
After you've confirmed that signals show up in the Event Builder, use the [Generate Events from Signals](/docs/connections/auto-instrumentation/configuration/) guide to configure how signals get translated into analytics events.

src/connections/sources/catalog/cloud-apps/twilio/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Below are tables outlining the properties included in the collections listed abo
8383
| caller_name | The caller's name if this Call was an incoming call to a phone number with Caller ID Lookup enabled |
8484
| date_created | The date that this resource was created, given as GMT in RFC 2822 format |
8585
| date_updated | The date that this resource was last updated, given as GMT in RFC 2822 format |
86-
| direction | A string describing the direction of the Call. Values are inbound for inbound calls, outbound-api for calls initiated using the REST API or outbound-dial for calls initiated by a <Dial> verb |
86+
| direction | A string describing the direction of the Call. Values are inbound for inbound calls, outbound-api for calls initiated using the REST API or outbound-dial for calls initiated by a `<Dial>` verb |
8787
| duration | The length of the Call in seconds. This value is empty for busy, failed, unanswered or ongoing calls |
8888
| end_time | The time the Call ended, given as GMT in RFC 2822 format. Empty if the call did not complete successfully |
8989
| forwarded_from | The forwarding phone number if this Call was an incoming call forwarded from another number (depends on carrier supporting forwarding) |

src/partners/checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The ultimate goal is for Partners like yourself to create and publish high quali
8888

8989
- Add your Component to a Workspace
9090
- In Developer Center "Test in your workspace" section, select your personal workspace and click "view"
91-
- Click "Configure <App>"
91+
- Click "Configure \<App>"
9292
- Select a Source and click "Confirm Source"
9393
- Fill in settings like "API Key" then click the button to enable the component
9494
- Click the "Event Tester" tab and click "Send Event"

0 commit comments

Comments
 (0)