From 1ea5b8fe52d19f70d4d241c93b947ef03319942b Mon Sep 17 00:00:00 2001 From: sinha21Soumya Date: Thu, 7 Aug 2025 18:04:12 +0530 Subject: [PATCH] fix(curriculum): fix incorrect header (#61709) --- .../67d2f7183a537d7a4908a9ff.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/25-front-end-development/lecture-understanding-performance-in-web-applications/67d2f7183a537d7a4908a9ff.md b/curriculum/challenges/english/25-front-end-development/lecture-understanding-performance-in-web-applications/67d2f7183a537d7a4908a9ff.md index a4fd3489484..c9ad7e9a3a0 100644 --- a/curriculum/challenges/english/25-front-end-development/lecture-understanding-performance-in-web-applications/67d2f7183a537d7a4908a9ff.md +++ b/curriculum/challenges/english/25-front-end-development/lecture-understanding-performance-in-web-applications/67d2f7183a537d7a4908a9ff.md @@ -97,7 +97,7 @@ Think about where files are viewed by you. --- -Use the Control-Cache header to specify how long browsers should keep files. +Use the Cache-Control header to specify how long browsers should keep files. ---