From 6ac0c24bb36c50d5587a8f4f3cd6f9a2f2092a54 Mon Sep 17 00:00:00 2001 From: sujl95 Date: Sun, 13 Aug 2023 20:21:23 +0900 Subject: [PATCH] Fix typo in Caching.adoc --- .../src/main/asciidoc/userguide/chapters/caching/Caching.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/main/asciidoc/userguide/chapters/caching/Caching.adoc b/documentation/src/main/asciidoc/userguide/chapters/caching/Caching.adoc index 74c8eec2dc..9810c06325 100644 --- a/documentation/src/main/asciidoc/userguide/chapters/caching/Caching.adoc +++ b/documentation/src/main/asciidoc/userguide/chapters/caching/Caching.adoc @@ -76,7 +76,7 @@ Besides provider specific configuration, there are a number of configurations op (incl. its configuration) guarantees that different entity types are stored separately and multi-tenancy is not used, you can omit this wrapping to achieve better performance. Currently, this property is only supported when Infinispan is configured as the second-level cache implementation. Valid values are: -* `default` (wraps identitifers in the tuple) +* `default` (wraps identifiers in the tuple) * `simple` (uses identifiers as keys without any wrapping) * fully qualified class name that implements `org.hibernate.cache.spi.CacheKeysFactory`