Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
drejc committed Oct 6, 2017
1 parent 9edd3e7 commit 71f2283
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ JUnit helpers and extensions

### Make sure final classes are well defined

- checks that class final
- checks that it has only one private constructor
- checks all methods should are static
- checks class is final
- checks class has only one private constructor
- checks methods are static

```java

Expand Down

0 comments on commit 71f2283

Please sign in to comment.