Skip to content

Commit

Permalink
fix(grpc-gateway) fix typo from gatewat to gateway (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq authored and gszr committed Jun 17, 2021
1 parent aa5f8ff commit df4ae0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kong/plugins/grpc-gateway/schema.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
name = "grpc-gatewat",
name = "grpc-gateway",
fields = {
{ config = {
type = "record",
Expand All @@ -14,4 +14,4 @@ return {
},
}, },
},
}
}

0 comments on commit df4ae0f

Please sign in to comment.