We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b947e commit c40dc98Copy full SHA for c40dc98
1 file changed
src/blog/optimizing-compile-times/index.typ
@@ -38,7 +38,7 @@ Now, how does reloading a web server work? I knew `tower-livereload` injected co
38
```
39
b"HTTP/1.1 200 OK\r\n\
40
Content-Type: text/event-stream\r\n\
41
- Cache-Control: no-cache\r\n
+ Cache-Control: no-cache\r\n\
42
Connection: keep-alive\r\n\r\n"
43
44
0 commit comments