1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-02 08:46:56 +00:00

Fix typo in list filter type for shadow tiddlers

This commit is contained in:
Jeremy Ruston 2012-12-28 22:57:18 +00:00
parent b006cf163f
commit db0b82d4ef

View File

@ -22,7 +22,7 @@ var typeMappings = {
recent: "[!is[shadow]sort[modified]]",
missing: "[is[missing]sort[title]]",
orphans: "[is[orphan]sort[title]]",
shadowed: "[is[shadow]sort[title]]"
shadows: "[is[shadow]sort[title]]"
};
exports.init = function(renderer) {