Skip to content

Commit 8d0ce52

Browse files
authored
Update geolocation-hello-world.mdx (#20350)
1 parent ecd83e2 commit 8d0ce52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/examples/geolocation-hello-world.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ async def on_fetch(request):
133133
</body>
134134
"""
135135

136-
headers = Headers.new({"content-type": "text/htmlcharset=UTF-8"}.items())
136+
headers = Headers.new({"content-type": "text/html;charset=UTF-8"}.items())
137137
return Response.new(html, headers=headers)
138138
```
139139

0 commit comments

Comments
 (0)