Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 2e683ce

Browse files
author
Jonathan Simon
committed
Fix typo in config.js
1 parent 9fa4dd8 commit 2e683ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

complete/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
projectId: '[your Google Developers Console project ID]',
1616
keyFilename: './key.json',
1717
bucketName: '[your Google Cloud Storage bucket name]',
18-
cookieSecret: '[cooking signing key]',
18+
cookieSecret: '[cookie signing key]',
1919
oauth2: {
2020
clientId: '[Client ID for web application credentials]',
2121
clientSecret: '[Client Secret for web application credentials]',

start/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
projectId: '[your Google Developers Console project ID]',
1616
keyFilename: './key.json',
1717
bucketName: '[your Google Cloud Storage bucket name]',
18-
cookieSecret: '[cooking signing key]',
18+
cookieSecret: '[cookie signing key]',
1919
oauth2: {
2020
clientId: '[Client ID for web application credentials]',
2121
clientSecret: '[Client Secret for web application credentials]',

0 commit comments

Comments
 (0)