Skip to content

Commit 1b9b6df

Browse files
authored
DOC-296: Analytics.js updates [netlify-ignore]
Capitalization
1 parent c8ef8c4 commit 1b9b6df

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Both `.addSourceMiddleware(fn)` and `.addDestinationMiddleware('integration', [f
7878
If you use the Braze (Appboy) destination in either [cloud or device mode](/docs/connections/destinations/#connection-modes) you can save Braze costs by "debouncing" duplicate `identify()` calls from Segment by adding our [open-source Middleware tool](https://github.com/segmentio/segment-braze-mobile-middleware) to your implementation.
7979
This optional middleware is disabled by default. When enabled, it ensures that only events where at least one changed trait value are sent to Braze, and events with duplicate traits are not sent.
8080

81-
To enable this Middleware for a Javascript or Project source, go to `Analytics.js` in your source settings.
81+
To enable this Middleware for a JavaScript or Project source, go to `Analytics.js` in your source settings.
8282

8383
![BrazeMiddleware](images/sources_ajs_brazemiddleware.png)
8484

0 commit comments

Comments
 (0)