0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Fixed comment

This commit is contained in:
Naz 2022-05-17 16:08:36 +08:00 committed by naz
parent 0260ec5a64
commit 214949fe8c

View file

@ -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.
*/