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 122354b commit 86757f1Copy full SHA for 86757f1
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 (Segment doesn't recommend this as it completely bypasses the Segment source GUI)
+* 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