Fix "mispelled" reference to gradlew

This commit is contained in:
Eric Anderson 2015-05-06 16:09:03 -07:00
parent d32bb477b9
commit 4285d826d3
1 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ beforehand.
## Proposing changes
Make sure that ```./gradle build``` (```.\gradle.bat build``` on Windows)
completes successfully without any new warnings. Then create a Pull Request
with your changes. When the changes are accepted, they will be merged or
cherry-picked by a gRPC core developer.
Make sure that `./gradlew build` (`gradlew build` on Windows) completes
successfully without any new warnings. Then create a Pull Request with your
changes. When the changes are accepted, they will be merged or cherry-picked by
a gRPC core developer.