Skip to content

Commit 7f4b4e4

Browse files
Apply suggestions from code review
Co-authored-by: forstisabella <[email protected]>
1 parent 8297530 commit 7f4b4e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Here are the *optional* query parameters to use:
1515
| `ajs_prop_<property>` | A property to pass to the Track call. | This won't implicitly trigger an event and is dependent on you also passing `ajs_event`. This property is included in the resulting Track call. |
1616
| `ajs_trait_<trait>` | A trait to pass to the Identify call. | This won't implicitly trigger any call and is dependent on you also passing `ajs_uid`. This trait is included in the resulting Identify call. |
1717

18-
For example, this URL would create the following events on the page:
18+
For example, this URL creates the following events on the page:
1919

2020
```text
2121
http://segment.com/?ajs_uid=123456789abcd&ajs_event=Clicked%20Email&ajs_aid=abc123&ajs_prop_emailCampaign=First+Touch&ajs_trait_name=Karl+Jr.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@ You may see events with timestamp discrepancies due to manual overriding of the
137137

138138
## View additional known issues
139139

140-
You can review other known issues in [GitHub](https://github.com/segmentio/analytics.js/issues).
140+
You can review other known Analytics.js issues on [GitHub](https://github.com/segmentio/analytics.js/issues).
141141

142142

0 commit comments

Comments
 (0)