tracker: typo in comment

This commit is contained in:
nick-delirium 2025-05-30 11:12:07 +02:00
parent 25e98de6e2
commit 67dcb48a7f
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -14,7 +14,7 @@ export enum InlineCssMode {
Disabled = 0,
/** will attempt to record the linked css file as AdoptedStyleSheet object */
Inline = 1,
/** will fetch the file, then simulated AdoptedStyleSheets behavior programmaticaly for the replay */
/** will fetch the file, then simulate AdoptedStyleSheets behavior programmaticaly for the replay */
InlineFetched = 2,
/** will fetch the file, then save it as plain css inside <style> node */
PlainFetched = 3,