From 67dcb48a7f36d21431adb6c13ebf10711a391657 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Fri, 30 May 2025 11:12:07 +0200 Subject: [PATCH] tracker: typo in comment --- tracker/tracker/src/main/app/observer/top_observer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracker/tracker/src/main/app/observer/top_observer.ts b/tracker/tracker/src/main/app/observer/top_observer.ts index cca5cd0d1..741889922 100644 --- a/tracker/tracker/src/main/app/observer/top_observer.ts +++ b/tracker/tracker/src/main/app/observer/top_observer.ts @@ -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