Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
corrected typo
  • Loading branch information
madhur committed Feb 14, 2018
1 parent 1f55dab commit a006d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ With this precondition, each test provides a reproducible database start point.
* <b>clean</b> - execution of flyway task clean
* <b>init</b> - execution of flyway task init
* <b>migrate</b> - execution of flyway task migrate
* Annotation `FlywayTest` for a single database contoll.<br>
* Annotation `FlywayTest` for a single database control.<br>
Annotation `FlywayTests` if more than one database must be controlled during a test. <br>
Annotations can be used

Expand Down Expand Up @@ -98,7 +98,7 @@ For a detail usage description see the [UsageFlywaySpringTest](https://github.co
public void testMethod() {
```

* Add the @FlywayTests with @FlywayTest annotation on each class or method were you need a clean multible database setup.
* Add the @FlywayTests with @FlywayTest annotation on each class or method were you need a clean multiple database setup.

```java
// usage as once per class
Expand Down

0 comments on commit a006d22

Please sign in to comment.