We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f0fb4 commit 27d9850Copy full SHA for 27d9850
1 file changed
README.md
@@ -148,7 +148,7 @@ var orejimeConfig = {
148
description: 'Example of an inline tracking script',
149
cookies: [
150
'inline-tracker',
151
- [
+ [
152
// When deleting a cookie, Orejime will try to delete a cookie with the given name,
153
// the "/" path, and multiple domains (the current domain and `"." + current domain`).
154
// If an app sets a cookie on a different path or domain than that, Orejime won't be
0 commit comments