Skip to content

Commit 08fb516

Browse files
committed
chore: fix typo
1 parent 1d95110 commit 08fb516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/userscript.plugin.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ export function generateHeader() {
211211
}
212212
}
213213
// Add userscript header's resources.
214-
// Some of resources should contain a specified name, for which userscript can get value from it
214+
// Some of the resources should contain a specified name, for which userscripts can get value from it
215215
// eg. // @resource mycss http://link.to/some.css
216-
// Userscript have the ability to apply css with `GM_addStyle(GM_getResourceText('mycss'))`
216+
// Userscripts have the ability to apply css with `GM_addStyle(GM_getResourceText('mycss'))`
217217
if (userscript.keyedResources) {
218218
for (const dependencyName in userscript.keyedResources) {
219219
headers.push(`// @resource ${dependencyName} ${userscript.keyedResources[dependencyName]}`);

0 commit comments

Comments
 (0)