Skip to content

Commit 7a24586

Browse files
author
Takafumi Ikeda
authored
Fixed typo
1 parent c7b7a00 commit 7a24586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/java/deployment/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A sample implementation for using GitHub Deployment API.
44

5-
Ported [this](https://developer.github.com/guides/delivering-deployments/) by Java. Powerd by [Spark](http://sparkjava.com/).
5+
Ported [this](https://developer.github.com/guides/delivering-deployments/) by Java. Powered by [Spark](http://sparkjava.com/).
66

77
## Prerequisite
88
- JDK8
@@ -36,4 +36,4 @@ Then you can see it works on `http://localhost:4567`.
3636

3737
After you make sure this sever deployed a place where GitHub can reach out to, you can test how it interacts with GitHub via its Deployment API.
3838

39-
You can also place it on your local pc, then expose it by using ngrok. Please refer the direction described [here](https://developer.github.com/guides/delivering-deployments/).
39+
You can also place it on your local pc, then expose it by using ngrok. Please refer the direction described [here](https://developer.github.com/guides/delivering-deployments/).

0 commit comments

Comments
 (0)