mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 00:16:12 +02:00

Fixes to readme (#194)

Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
This commit is contained in:
Łukasz Uznański 2021-02-10 15:55:08 +01:00 committed by GitHub
parent 241c16d950
commit 1c26b55310
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,15 +47,15 @@ All of those checks are available in Github Actions and in Gitlab CI.
`composer ci:ts:lint`
### Runinng unit tests
### Running unit tests
`composer ci:tests:unit`
### Runinng functional tests tests
### Running functional tests
`composer ci:tests:functional`
### Runinng all tests
### Running all tests
`composer ci:tests`