Skip to content

Commit

Permalink
Fix word spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
paderlol committed Jun 14, 2020
1 parent 477e0ad commit 855a637
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class ExternalDataSourcePropertiesTest {
public static final String USERNAME = "nacos_devtest";

@Test
public void external_datasource_normaly() {
public void external_datasource_normally() {
HikariDataSource expectedDataSource = new HikariDataSource();
expectedDataSource.setJdbcUrl(JDBC_URL);
expectedDataSource.setUsername(USERNAME);
Expand Down

0 comments on commit 855a637

Please sign in to comment.