From 51664ce7fa401505c389ca6998749841f9f402af Mon Sep 17 00:00:00 2001 From: Ophelia Goldstein <159258143+opheliagoldstein@users.noreply.github.com> Date: Fri, 19 Sep 2025 22:37:29 +0300 Subject: [PATCH] tests(e2e): fix gist description (#4450) Co-authored-by: Alexandr --- tests/e2e/e2e.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/e2e.test.js b/tests/e2e/e2e.test.js index e3970aae..10517759 100644 --- a/tests/e2e/e2e.test.js +++ b/tests/e2e/e2e.test.js @@ -96,7 +96,7 @@ const GIST_DATA = { name: "link.txt", nameWithOwner: "qwerty541/link.txt", description: - "Trying to access this path on Windown 10 ver. 1803+ will breaks NTFS", + "Trying to access this path on Windows 10 ver. 1803+ will breaks NTFS", language: "Text", starsCount: 1, forksCount: 0,