From 9fa5594880f3a675f8ebe0c7d6bd9acf021b6907 Mon Sep 17 00:00:00 2001 From: Jamie Thompson Date: Mon, 7 Oct 2024 09:15:40 +0200 Subject: [PATCH] fix typo --- src/reference/concepts/caching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/concepts/caching.md b/src/reference/concepts/caching.md index aa9edec8..5726960a 100644 --- a/src/reference/concepts/caching.md +++ b/src/reference/concepts/caching.md @@ -44,7 +44,7 @@ sbt:demo> show someKey [success] elapsed time: 0 s, cache 100%, 1 disk cache hit ``` -### Caching is serializaiton-hard +### Caching is serialization-hard To participate in the automatic caching, the input keys (e.g. `name` and `version`) must provide a given for `sjsonnew.HashWriter` typeclass and return type must provide a given for `sjsonnew.JsonFormat`. [Contraband](https://www.scala-sbt.org/contraband/) can be used to generate sjson-new codecs.