Update RevealAllSpoilers.plugin.js

This commit is contained in:
Mirco Wittrien 2021-08-06 18:21:06 +02:00 committed by GitHub
parent d6d68c0bc0
commit ac8cd2c9cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ module.exports = (_ => {
},
"changeLog": {
"fixed": {
"Replies": "No longer reveals spoilers within reply preview if revealing all spoilers within a message"
"Replies": "No longer reveals spoilers within reply preview if revealing all spoilers within a message."
}
}
};
@ -101,4 +101,4 @@ module.exports = (_ => {
}
};
})(window.BDFDB_Global.PluginUtils.buildPlugin(config));
})();
})();