Skip to content

Commit f40734c

Browse files
authored
Minor fixes
1 parent 7a2be26 commit f40734c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/connections/sources/catalog/libraries/website/javascript/troubleshooting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ ENV === 'production' ? writeKey = 'A' : writeKey = 'B';
3030

3131
## Do you see events appear in your debugger?
3232

33-
When you reload the page, does your debugger show a new [`page`](/docs/connections/spec/page)? You can also check the JavaScript console in the browser and manually fire an event, for example `identify` call, which would show up in the debugger.
33+
When you reload the page, does your debugger show a new [`page`](/docs/connections/spec/page)? You can also check the JavaScript console in the browser and manually fire an event, like an Identify call, which would show up in the debugger.
3434

35-
- You can also use our[Chrome Extension](https://segment.com/docs/connections/sources/catalog/libraries/website/javascript/#segment-inspector)to inspect events.
35+
- You can also use [Segment's Chrome extension](/docs/connections/sources/catalog/libraries/website/javascript/#segment-inspector)to inspect events.
3636

3737
![Making an identify call](images/7Ymnh2S.gif)
3838

@@ -42,9 +42,9 @@ If the call doesn't appear in the debugger, open up the JavaScript console and c
4242

4343
In the above, the `p` is a [`page`](/docs/connections/spec/page) call and the `i` is an [`identify`](/docs/connections/spec/identify) call. If you don't at least see the `p`, then check if you are loading Analytics.js correctly.
4444

45-
## Using the Segment Chrome Extension to validate your Implementation
45+
## Using the Segment Chrome extension to validate your implementation
4646

47-
The [Segment Inspector]((https://segment.com/docs/connections/sources/catalog/libraries/website/javascript/#segment-inspector)) is a Chrome extension designed for debugging Segment integrations in web applications using Analytics.js. It allows you to view and verify event data before it's sent to destinations. Additionally, the tool confirms that API calls from your website reach your Analytics.js source correctly.
47+
The [Segment Inspector](/docs/connections/sources/catalog/libraries/website/javascript/#segment-inspector) is a Chrome extension designed for debugging Segment integrations in web applications using Analytics.js. The Inspector lets you view and verify event data before it's sent to destinations. Additionally, the tool confirms that API calls from your website reach your Analytics.js source correctly.
4848

4949

5050
## Is data being transmitted to your third-party destinations?

0 commit comments

Comments
 (0)