Skip to content

Commit 9ad02d8

Browse files
kichikkamilogorek
authored andcommitted
docs: missing comma in docs example (#1230)
1 parent 33f0872 commit 9ad02d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Those configuration options are documented below:
218218
'xhr': false, // XMLHttpRequest
219219
'console': false, // console logging
220220
'dom': true, // DOM interactions, i.e. clicks/typing
221-
'location': false // url changes, including pushState/popState
221+
'location': false, // url changes, including pushState/popState
222222
'sentry': true // sentry events
223223
}
224224

0 commit comments

Comments
 (0)