From 13f14fd1aba79993e3903ff76c1c05087de769bf Mon Sep 17 00:00:00 2001 From: Hamza Albreem <94292623+braim23@users.noreply.github.com> Date: Thu, 1 Dec 2022 10:23:45 +0300 Subject: [PATCH] tiny fix --- docs/en/Caching.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/Caching.md b/docs/en/Caching.md index 50e8ed0e4e..e39e0ead24 100644 --- a/docs/en/Caching.md +++ b/docs/en/Caching.md @@ -258,7 +258,7 @@ ABP Framework provides a [Distributed Entity Cache System](Entity-Cache.md) for It's designed as read-only and automatically invalidates a cached entity if the entity is updated or deleted. -> See [Entity Cache](Entity-Cache.md) documentation for more information. +> See the [Entity Cache](Entity-Cache.md) documentation for more information. ## Advanced Topics @@ -281,4 +281,4 @@ You can [replace](Dependency-Injection.md) this service by your own implementati ## See Also * [Entity Cache](Entity-Cache.md) -* [Redis Cache](Redis-Cache.md) \ No newline at end of file +* [Redis Cache](Redis-Cache.md)