We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a3cf0 commit 122354bCopy full SHA for 122354b
src/connections/sources/catalog/libraries/website/javascript/custom-proxy.md
@@ -177,7 +177,7 @@ To bundle Analytics.js with your own code, you can:
177
178
* [Use npm to install your destinations](/docs/connections/sources/catalog/libraries/website/javascript/#add-destinations-from-npm).
179
180
-* Hardcode your settings instead of fetching from the CDN (**not recommended** -- bypasses the Segment souce configuration GUI completely).
+* Hardcode your settings instead of fetching from the CDN (Segment doesn't recommend this as it completely bypasses the Segment source GUI)
181
```ts
182
// npm-only
183
export const analytics = new AnalyticsBrowser()
0 commit comments