Another typo

This commit is contained in:
Licaon_Kter 2022-07-11 11:10:57 +00:00 committed by JC Brand
parent 3ca478da32
commit 35bdcf58cd
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ Please read the [style guide](https://conversejs.org/docs/html/style_guide.html)
Add a test for any bug fixed or feature added.
Tests can be find in various `./tests` folders in the Converse source code.
Tests can be found in various `./tests` folders in the Converse source code.
To run the tests, you can run `make check` on Linux and Mac, or `./node_modules/bin/karma start karma.conf` on Windows.