We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b446efb commit 80a7a51Copy full SHA for 80a7a51
html-renderer/index.js
@@ -250,7 +250,7 @@ Example request:
250
}
251
*/
252
app.post('/posts/html', (request, response) => {
253
- // Access the settings the user selected in ConvertKit's sidebar with:
+ // Access the settings the user selected in Kit's sidebar with:
254
const settings = request.body.settings
255
256
// If needed, you can access the surrounding styles with:
html-renderer/package.json
@@ -7,7 +7,7 @@
7
"start": "node index.js",
8
"dev": "npm run start"
9
},
10
- "author": "ConvertKit",
+ "author": "Kit",
11
"license": "ISC",
12
"prettier": {
13
"semi": false,
0 commit comments