From e1633a68d38201a15a5c680a8577cec47ab208fa Mon Sep 17 00:00:00 2001 From: Nathaniel Fischer Date: Wed, 23 Jun 2021 00:37:21 -0700 Subject: [PATCH] Small typo (#1383) Pull request: https://github.com/com-lihaoyi/mill/pull/1383 --- scalalib/src/TestModule.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scalalib/src/TestModule.scala b/scalalib/src/TestModule.scala index e125037a0a9..e5e11f27ea2 100644 --- a/scalalib/src/TestModule.scala +++ b/scalalib/src/TestModule.scala @@ -20,7 +20,7 @@ trait TestModule extends JavaModule with TaskModule { def testFramework: T[String] = T { val frameworks = testFrameworks() val msg = - "Target testFrameworks is deprecated. Please use target testFramework or use on of the " + + "Target testFrameworks is deprecated. Please use target testFramework or use one of the " + "predefined TestModules: TestNg, Junit, Scalatest, ..." if (frameworks.size != 1) { Result.Failure(