Skip to content

Commit 79ca6d8

Browse files
author
Tatu Aalto
committed
fix: Fix types i README
1 parent ee6f79e commit 79ca6d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Flaky tests detection
2-
Visualise tests whose state changes most often. During software development, it is often common that some tests start to randomly fail,
2+
Visualize tests whose state changes most often. During software development, it is often common that some tests start to randomly fail,
33
but finding those tests is a tedious and time consuming problem. Flaky tests detection solves that problem by processing historical xunit test
4-
results and cheks which tests changes state most often. Flaky tests detection is available as Github Action plugin and
4+
results and checks which tests changes state most often. Flaky tests detection is available as Github Action plugin and
55
[Python package](https://pypi.org/project/flaky-tests-detection/). For usage, see [example](https://github.com/F-Secure/flaky-test-ci)
66
at the `actions` page.
77

0 commit comments

Comments
 (0)