Skip to content

Commit c40dc98

Browse files
committed
fix: typo
1 parent 06b947e commit c40dc98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/blog/optimizing-compile-times/index.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Now, how does reloading a web server work? I knew `tower-livereload` injected co
3838
```
3939
b"HTTP/1.1 200 OK\r\n\
4040
Content-Type: text/event-stream\r\n\
41-
Cache-Control: no-cache\r\n
41+
Cache-Control: no-cache\r\n\
4242
Connection: keep-alive\r\n\r\n"
4343
```
4444

0 commit comments

Comments
 (0)