1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-23 23:02:58 +00:00

Fixed typo in content script entry

This commit is contained in:
2025-08-08 05:59:23 +04:00
parent 8fe1ca4914
commit ce9a2b5f9b

View File

@@ -124,7 +124,7 @@ export function loadManifest(filePath) {
/**
* @typedef {Object} ContentScriptsEntry
* @property {string[]} mathces
* @property {string[]} matches
* @property {string[]|undefined} js
* @property {string[]|undefined} css
*/