Skip to content

Commit

Permalink
Merge pull request #5 from jonboulle/patch-1
Browse files Browse the repository at this point in the history
README: fix Someting -> Something typo
  • Loading branch information
mustafaakin committed Dec 6, 2016
2 parents 7dcb289 + 9bf33a4 commit 209fd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func() {
You can use the combinations as you might need:

```go
func(c *gongular.Context, s SometingQuery, p SomethingParam) SomeResponse {
func(c *gongular.Context, s SomethingQuery, p SomethingParam) SomeResponse {

}
```
Expand Down

0 comments on commit 209fd5d

Please sign in to comment.