From 05a20a9e1fa9b0ac7871089633b40070b44e2cf9 Mon Sep 17 00:00:00 2001 From: Parkreiner Date: Thu, 27 Jun 2024 20:00:44 +0000 Subject: [PATCH] docs: rewrite comment for clarity --- windows-rdp/main.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}