Skip to content

Commit ea055c5

Browse files
authored
fixed typo
1 parent eb2931e commit ea055c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ So your server configurations should look like this:
3333
```
3434
$ mvn clean test
3535
```
36-
2. To run a specific test, use the ``-Dtest`` argument to specify the test class you would like to run. Suppose you have a class called ``ExampleTest.java``, then you would use the following commamnd:
36+
2. To run a specific test, use the ``-Dtest`` argument to specify the test class you would like to run. Suppose you have a class called ``ExampleTest.java``, then you would use the following command:
3737
```
3838
$ mvn clean test -Dtest=ExampleTest
3939
```

0 commit comments

Comments
 (0)