diff --git a/windows-rdp/main.test.ts b/windows-rdp/main.test.ts index a8b4eb2..1c739b8 100644 --- a/windows-rdp/main.test.ts +++ b/windows-rdp/main.test.ts @@ -77,9 +77,9 @@ describe("Web RDP", async () => { * * Regex is a little bit more verbose and pedantic than normal. Want to * have some basic safety nets for validating the structure of the form - * entries variable after the JS file has had values injected. Really do - * not want the wildcard classes to overshoot and grab too much content, - * even if they're all set to lazy mode. + * entries variable after the JS file has had values injected. Even with all + * the wildcard classes set to lazy mode, we want to make sure that they + * don't overshoot and grab too much content. * * Written and tested via Regex101 * @see {@link https://regex101.com/r/UMgQpv/2}