Documentation: Fix typo in Testing markdown

This commit is contained in:
Nicolas Ramz 2024-11-20 15:11:17 +01:00 committed by Jelle Raaijmakers
parent 4b1deb6fe1
commit e98e9b8e81
Notes: github-actions[bot] 2024-11-20 14:49:07 +00:00

View file

@ -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.