fix typo. Danke, Jonah

This commit is contained in:
Maximilian Keßler 2022-10-15 19:10:44 +02:00
parent 0d4542f133
commit af3dd704e9
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -579,7 +579,7 @@ function injectCounter() {
}; };
// Special care is to be taken to safely inject our javascript into the websiet // Special care is to be taken to safely inject our javascript into the website
// without the website being able to talk back to greasemonkey // without the website being able to talk back to greasemonkey
// (which would be a security problem) // (which would be a security problem)
// see // see