Skip to content

Commit ef0692c

Browse files
committed
fix() grammar error
1 parent 48d3436 commit ef0692c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

chess/3-web-api/web-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ The service unit tests must directly call the methods on your service classes. T
378378

379379
> [!IMPORTANT]
380380
>
381-
> You must place your service test cases in a folder named `server/src/test/java/service`. Your test Class must also end with the suffix `Test` or `Tests`. Without this the autograder will not find your tests.
381+
> You must place your service test cases in a folder named `server/src/test/java/service`. Your test class must also end with the suffix `Test` or `Tests`. Without this the autograder will not find your tests.
382382
383383
## Server Directory Structure
384384

chess/4-database/database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ As part of your unit test deliverable you need to meet the following requirement
117117

118118
> [!IMPORTANT]
119119
>
120-
> You must place your data access test cases in a folder named `server/src/test/java/dataaccess`. Your test Class must also end with the suffix `Test` or `Tests`. Without this the autograder will not find your tests.
120+
> You must place your data access test cases in a folder named `server/src/test/java/dataaccess`. Your test class must also end with the suffix `Test` or `Tests`. Without this the autograder will not find your tests.
121121
122122
### Code Quality
123123

0 commit comments

Comments
 (0)