Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Navendu Pottekkat <[email protected]>
  • Loading branch information
pottekkat committed Jan 8, 2024
1 parent b257edb commit 4998171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/i2gw/providers/apisix/apisix.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func NewProvider(conf *i2gw.ProviderConf) i2gw.Provider {
}

// ToGatewayAPI converts the received i2gw.InputResources to i2gw.GatewayResources
// including the kong specific features.
// including the apisix specific features.
func (p *Provider) ToGatewayAPI(_ i2gw.InputResources) (i2gw.GatewayResources, field.ErrorList) {
return p.converter.convert(p.storage)
}
Expand Down

0 comments on commit 4998171

Please sign in to comment.