Skip to content

Commit

Permalink
Fix a typo in php README (grpc#25940)
Browse files Browse the repository at this point in the history
Signed-off-by: Guangwen Feng <[email protected]>
  • Loading branch information
Guangwen Feng authored Apr 9, 2021
1 parent 9125153 commit 995c282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Or require the `google/protobuf` composer package. Add this to your

### Generate PHP classes from your service definition

With all the above done, now you can define your message and service defintion
With all the above done, now you can define your message and service definition
in a `.proto` file and generate the corresponding PHP classes, which you can
import into your project, with a command similar to the following:

Expand Down

0 comments on commit 995c282

Please sign in to comment.