diff --git a/build.gradle b/build.gradle index e1a62dc..b7737ee 100644 --- a/build.gradle +++ b/build.gradle @@ -94,7 +94,7 @@ dependencies { testImplementation "org.junit.jupiter:junit-jupiter:$junitVersion" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion" - // Optional but used by exmaple tests. + // Optional but used by example tests. testImplementation "org.mockito:mockito-core:$mockitoVersion" testImplementation "org.hamcrest:hamcrest-library:$hamcrestVersion" }