Skip to content

Commit 0191d5e

Browse files
fml2ejona86
authored andcommitted
doc: fix typo in README
1 parent 8a35d46 commit 0191d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ before upgrading the plugin, as usage or compatibility requirements may change.
44
# Protobuf Plugin for Gradle [![Status](https://travis-ci.org/google/protobuf-gradle-plugin.svg?branch=master)](https://travis-ci.org/google/protobuf-gradle-plugin)
55
The Gradle plugin that compiles Protocol Buffer (aka. Protobuf) definition
66
files (``*.proto``) in your project. There are two pieces of its job:
7-
1. It assembles the Protobuf Compiler (``protoc``) command line and use it to
7+
1. It assembles the Protobuf Compiler (``protoc``) command line and uses it to
88
generate Java source files out of your proto files.
99
2. It adds the generated Java source files to the input of the corresponding
1010
Java compilation unit (_sourceSet_ in a Java project; _variant_ in an

0 commit comments

Comments
 (0)