Skip to content

Commit c4d748f

Browse files
authored
Typo fix
"exlicitly" to "explicitly" spelling correction
1 parent c566708 commit c4d748f

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog/facebook-offline-conversions

1 file changed

+1
-1
lines changed

src/connections/destinations/catalog/facebook-offline-conversions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ analytics.track({
254254
});
255255
```
256256

257-
_Note_: You can choose to exlicitly send `firstName` or `lastName` separately or just send `name`. We will properly map to `fn` and `ln` properly. If your server has access to Facebook's **Lead IDs** from their Lead Ads product, you can opt to send this using integration specific options:
257+
_Note_: You can choose to explicitly send `firstName` or `lastName` separately or just send `name`. We will properly map to `fn` and `ln` properly. If your server has access to Facebook's **Lead IDs** from their Lead Ads product, you can opt to send this using integration specific options:
258258

259259
```js
260260
// node.js library example

0 commit comments

Comments
 (0)