Skip to content

Commit

Permalink
Merge pull request #759 from kandros/patch-1
Browse files Browse the repository at this point in the history
fix comment typo
  • Loading branch information
janthurau authored Dec 14, 2023
2 parents 5f40db4 + a3615c1 commit eaba3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/backend/src/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const server = Server.configure({
// onRequest(data) {
// return new Promise((resolve, reject) => {
// const { response } = data
// // Respond with your custum content
// // Respond with your custom content
// response.writeHead(200, { 'Content-Type': 'text/plain' })
// response.end('This is my custom response, yay!')

Expand Down

0 comments on commit eaba3bd

Please sign in to comment.