From 5535690b754b0be1236f7313d78881201f9bb88e Mon Sep 17 00:00:00 2001 From: "Issei.M" Date: Thu, 14 Jan 2016 19:39:16 +0900 Subject: [PATCH] [Doc] Fix typo --- docs/en/reference/second-level-cache.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/second-level-cache.rst b/docs/en/reference/second-level-cache.rst index 12e4a6a6b..e89beba31 100644 --- a/docs/en/reference/second-level-cache.rst +++ b/docs/en/reference/second-level-cache.rst @@ -11,7 +11,7 @@ The Second Level Cache is designed to reduce the amount of necessary database ac It sits between your application and the database to avoid the number of database hits as much as possible. When turned on, entities will be first searched in cache and if they are not found, -a database query will be fired an then the entity result will be stored in a cache provider. +a database query will be fired and then the entity result will be stored in a cache provider. There are some flavors of caching available, but is better to cache read-only data.