Skip to content

Commit fe9b5ce

Browse files
authored
Merge pull request #128 from dGilli/main
Nitpick: Typo in README.md
2 parents faa488f + 27d9850 commit fe9b5ce

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)