Skip to content

Commit 59fc689

Browse files
committed
Docs: Replace ` with '
1 parent 931ab5d commit 59fc689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Our "File Downloads Tracking" captures a file download event each time a link is
119119
You can also specify a custom list of file types to track if you set `fileDownloads` to a string or an array. Say you only want to track `.zip` and `.pdf` files, you can use a snippet like this:
120120

121121
```yaml
122-
fileDownloads: `zip,pdf`
122+
fileDownloads: 'zip,pdf'
123123
```
124124
125125
or

0 commit comments

Comments
 (0)