Skip to content

Commit c2a3f84

Browse files
authored
Merge pull request #126 from patrickrauls/patch-3
Missing closing paren in example Response construction
2 parents 815cfdd + ef408b3 commit c2a3f84

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
@@ -73,7 +73,7 @@ new Response(JSON.stringify({
7373
'Shirakami Fubuki',
7474
'Inugami Korone'
7575
]
76-
}, {
76+
}), {
7777
headers: {
7878
'Content-Type': 'application/json'
7979
}

0 commit comments

Comments
 (0)