Skip to content

Commit f148331

Browse files
committed
[CHA-1585] add code formatting to string-number example
1 parent cd70856 commit f148331

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog/sailthru-v2

1 file changed

+1
-1
lines changed

src/connections/destinations/catalog/sailthru-v2/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,5 +178,5 @@ analytics.track('Product Added', {
178178
* By default the value is null
179179
* Requirement is for the value to be greater than 0
180180
* Only whole positive numbers are supported. If fractional numbers are included, the number will be truncated (for example, 1.5 will be 1)
181-
* If a number is passed in a string format such as "1", it will be parsed and converted to integer
181+
* If a number is passed in a string format such as `"1"`, it will be parsed and converted to integer
182182
* Non-numeric characters are not allowed

0 commit comments

Comments
 (0)