Fix typos in new Gradle plugin

Closes gh-8818
This commit is contained in:
Johnny Lim
2017-04-05 20:25:48 +09:00
committed by Andy Wilkinson
parent 2de7e9c310
commit 8d921d49aa
7 changed files with 9 additions and 9 deletions

View File

@@ -2818,7 +2818,7 @@ And if you're using Gradle:
}
----
NOTE: `providedRuntime` is prefered to Gradle's `compileOnly` configuration as, among other
NOTE: `providedRuntime` is preferred to Gradle's `compileOnly` configuration as, among other
limitations, `compileOnly` dependencies are not on the test classpath so any web-based
integration tests will fail.