Skip to content

Commit 76e01c8

Browse files
authored
Merge pull request #102 from mafi020/patch-2
Update handler.md - Need to add a closing parentheses
2 parents 2f968e8 + 7e1cdda commit 76e01c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concept/handler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ app.get('/', () => new Response(
102102
'Shirakami Fubuki',
103103
'Inugami Korone'
104104
]
105-
}, {
105+
}), {
106106
headers: {
107107
'Content-Type': 'application/json'
108108
}

0 commit comments

Comments
 (0)