Skip to content

Commit de7b71f

Browse files
author
Federico Moyá
authored
Fix typo
1 parent dd85a17 commit de7b71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Depending on your `SimpleCoV`'s settings you will experiment different outcomes.
1717

1818
We encourage you to use docker for common operations like running tests, or debugging your code. Running `make sh` will run a new container instance based on the `Dockerfile` provided at root, finally a shell prompt will be displayed on your terminal. Also, syncronization with your local files will be already set.
1919
### Tests
20-
`make test` will trigger the excution of both running tests and running rubocop as linter a check, by simply running `rake`, this actions will be run inside a new container but using your local files.
20+
`make test` will trigger the excution of both running tests and running rubocop as linter, by simply running `rake`, this actions will be run inside a new container but using your local files.
2121

2222
### Format
2323

0 commit comments

Comments
 (0)