From 9854388cffb820cba5199591882d4f746c0be678 Mon Sep 17 00:00:00 2001 From: BobConanDev Date: Tue, 5 Nov 2024 16:26:27 -0500 Subject: [PATCH] Updated CHANGELOG.md, fix typo(s) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f6f89e..14be9f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,7 +51,7 @@ because there is more than caching happening in that method. We've improved that now by introducing a first class API that only affects template caching. The default template cache behaves as before and is still compatible with older JavaScript environments. -For those who wants to provide a custom more sopisiticated caching strategy, one can do that with an object that adheres to the following requirements: +For those who wants to provide a custom more sophisticated caching strategy, one can do that with an object that adheres to the following requirements: ```ts {