Skip to content

Commit 80a7a51

Browse files
Change more ConvertKit instances to Kit
1 parent b446efb commit 80a7a51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

html-renderer/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Example request:
250250
}
251251
*/
252252
app.post('/posts/html', (request, response) => {
253-
// Access the settings the user selected in ConvertKit's sidebar with:
253+
// Access the settings the user selected in Kit's sidebar with:
254254
const settings = request.body.settings
255255

256256
// If needed, you can access the surrounding styles with:

html-renderer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "node index.js",
88
"dev": "npm run start"
99
},
10-
"author": "ConvertKit",
10+
"author": "Kit",
1111
"license": "ISC",
1212
"prettier": {
1313
"semi": false,

0 commit comments

Comments
 (0)