Browse Source

Fix README typo

Stuart Kent 9 years ago
parent
commit
44c15e4514
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -62,7 +62,7 @@ There are two objectives to the design of this build:
62 62
 1. when a problem is built from within the xjava repo, the tests run against the "example" code (i.e. when you, the contributor, are developing the exercise);
63 63
 2. when a problem is built outside the xjava repo (when a participant is solving the exercise), the tests run against the "main" code.
64 64
 
65
-This repo is a mulit-project gradle build.
65
+This repo is a multi-project gradle build.
66 66
 
67 67
 ### The `exercises` Module
68 68