diff options
| author | Philipp Tanlak <philipp.tanlak@gmail.com> | 2024-02-21 21:52:25 +0100 |
|---|---|---|
| committer | Philipp Tanlak <philipp.tanlak@gmail.com> | 2024-02-21 21:52:25 +0100 |
| commit | 3dc39e9eba495b18dad2a7d79d45dcb634729dd7 (patch) | |
| tree | e7142f60d75b54173f08e801a003b70692a96905 /template.js | |
| parent | ba009a9949a007a03e2e966e285f463a5ff4b758 (diff) | |
Fix typo in example config
Diffstat (limited to 'template.js')
| -rw-r--r-- | template.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template.js b/template.js index 33713aa..a7b4384 100644 --- a/template.js +++ b/template.js @@ -52,7 +52,7 @@ export const config = { // Use the cookie store of your local browser. (default = off) // Options: "chrome" | "edge" | "firefox" - // cookies: "chrome" + // cookies: "chrome", // Specify the output options. // output: { |