From 97c5f6d1275d1264356642b9d7e2cd815e9f7147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Gon=C3=A7alves?= Date: Mon, 8 Jan 2024 17:38:35 +0000 Subject: [PATCH] Fix typo on cache cleaner documentation --- docs/cache-cleaner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cache-cleaner.md b/docs/cache-cleaner.md index 8f9cd27..3007add 100644 --- a/docs/cache-cleaner.md +++ b/docs/cache-cleaner.md @@ -23,7 +23,7 @@ As we already have seen, the `ProjectionRepositoryInterface` already has a metho So your cache cleaner class by tags should be instantiated with a `ProjectionRepositoryInterface` instance (and also with a PSR logger instance), and simply implement the `getTags` method which must return the `Tags` collection that will be passed to the `deleteByTags` on the repository instance. -Note: Tour implementation of `ProjectionRepositoryInterface` must be compatible with tags, otherwise this will fail! +*Note*: Your implementation of `ProjectionRepositoryInterface` **must be compatible with tags**, otherwise this will fail! ```php public function __construct(