typo fixed.

This commit is contained in:
Ubaldo Pescatore 2021-08-12 17:21:07 +02:00 committed by GitHub
parent 5ef0af2486
commit f0aa5d312e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ private[sbt] object ConvertResolver {
| publishConfiguration := publishConfiguration.value.withOverwrite(true)
| publishLocalConfiguration := publishLocalConfiguration.value.withOverwrite(true)
|
|If you have a remote cache respoitory, you can enable overwriting as follows:
|If you have a remote cache repository, you can enable overwriting as follows:
| pushRemoteCacheConfiguration := pushRemoteCacheConfiguration.value.withOverwrite(true)
|""".stripMargin,
ex