0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Fixed typo

This commit is contained in:
Naz 2022-11-15 16:11:33 +07:00
parent 78bff39c23
commit 548a3c7b93
No known key found for this signature in database

View file

@ -101,7 +101,7 @@ const Comment = ghostBookshelf.Model.extend({
}, },
enforcedFilters: function enforcedFilters(options) { enforcedFilters: function enforcedFilters(options) {
// Convenicence option to merge all filters with parent_id:null filter // Convenience option to merge all filters with parent_id:null filter
if (options.parentId !== undefined) { if (options.parentId !== undefined) {
if (options.parentId === null) { if (options.parentId === null) {
return 'parent_id:null'; return 'parent_id:null';