We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e879d6 commit 9276a34Copy full SHA for 9276a34
exercises/06.optimization/02.problem.cache/api.server.ts
@@ -18,7 +18,7 @@ export async function loader({
18
headers: {
19
'content-type': 'application/json',
20
// 🐨 add a cache-control header with a max-age=300
21
- // to cache this respose for 300 seconds (5 minutes)
+ // to cache this response for 300 seconds (5 minutes)
22
},
23
})
24
}
@@ -28,7 +28,7 @@ export async function loader({
28
29
30
31
32
33
34
0 commit comments