Skip to content

Commit c9844b1

Browse files
author
Igor Polevoy
committed
typoes
1 parent 15051e6 commit c9844b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

activeweb/src/main/java/org/javalite/activeweb/ConnectionBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ public ConnectionBuilder db(String dbName) {
8484
}
8585

8686
/**
87-
* Marks this connection to be used for testing. Whe n you use any of the testing classes, such as DBSpec, DBControllerSpec,
88-
* DNIntegrationSpec and AppIntegrationSpec from activeweb-testing package, they all will use a connection that is marked
87+
* Marks this connection to be used for testing. When you use any of the testing classes, such as DBSpec, DBControllerSpec,
88+
* DBIntegrationSpec and AppIntegrationSpec from activeweb-testing package, they all will use a connection that is marked
8989
* by this method.
9090
*
9191
* @return self

0 commit comments

Comments
 (0)