Skip to content

Commit e8f0fb4

Browse files
authored
Fix missing comma in purpose object inline-tracker for the annotated example of configuration
1 parent faa488f commit e8f0fb4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ var orejimeConfig = {
147147
title: 'Inline Tracker',
148148
description: 'Example of an inline tracking script',
149149
cookies: [
150-
'inline-tracker'[
150+
'inline-tracker',
151+
[
151152
// When deleting a cookie, Orejime will try to delete a cookie with the given name,
152153
// the "/" path, and multiple domains (the current domain and `"." + current domain`).
153154
// If an app sets a cookie on a different path or domain than that, Orejime won't be

0 commit comments

Comments
 (0)