From 214949fe8c585f90489729ab43d6a933ae336b91 Mon Sep 17 00:00:00 2001 From: Naz Date: Tue, 17 May 2022 16:08:36 +0800 Subject: [PATCH] Fixed comment --- core/server/services/url/UrlGenerator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/server/services/url/UrlGenerator.js b/core/server/services/url/UrlGenerator.js index 9780e32763..fc60f7097d 100644 --- a/core/server/services/url/UrlGenerator.js +++ b/core/server/services/url/UrlGenerator.js @@ -204,7 +204,7 @@ class UrlGenerator { * If the owned resource get's updated, we simply release/free the resource and push it back to the queue. * This is the easiest, less error prone implementation. * - * Imagine you have two collections: `featured:true` and `page:false`. + * Imagine you have two collections: `featured:true` and `type:page`. * If a published post status get's featured and you have not explicitly defined `featured:false`, we wouldn't * be able to figure out if this resource still belongs to me, because the filter still matches. */