From b283ac3129f7f5c946f9788be440c69549d024a5 Mon Sep 17 00:00:00 2001 From: Parkreiner Date: Tue, 25 Jun 2024 21:54:13 +0000 Subject: [PATCH] docs: fix misleading typo in comment --- windows-rdp/devolutions-patch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-rdp/devolutions-patch.js b/windows-rdp/devolutions-patch.js index 9b77a8e..0bd91e4 100644 --- a/windows-rdp/devolutions-patch.js +++ b/windows-rdp/devolutions-patch.js @@ -395,7 +395,7 @@ function hideFormForInitialSubmission() { ); } -// Always safe to call this immediately because even if the Angular app isn't +// Always safe to call these immediately because even if the Angular app isn't // loaded by the time the function gets called, the CSS will always be globally // available for when Angular is finally ready setupAlwaysOnStyles();