From e98e9b8e8134c9c4e6b40ef14ad52185d5fef7c5 Mon Sep 17 00:00:00 2001 From: Nicolas Ramz Date: Wed, 20 Nov 2024 15:11:17 +0100 Subject: [PATCH] Documentation: Fix typo in Testing markdown --- Documentation/Testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Testing.md b/Documentation/Testing.md index 15721fe34e8..309a1f5ee5c 100644 --- a/Documentation/Testing.md +++ b/Documentation/Testing.md @@ -1,6 +1,6 @@ # Testing Ladybird -Tests are locates in `Tests/`, with a directory for each library. +Tests are located in `Tests/`, with a directory for each library. Every feature or bug fix added to LibWeb should have a corresponding test in `Tests/LibWeb`. The test should be either a Text, Layout, Ref, or Screenshot test depending on the feature.