Skip to content

Commit a740b69

Browse files
committed
fixed lint error
1 parent c5bbfec commit a740b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/datasource/config/nginx_config_parser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ func (ncp *NginxConfigParser) isWriteEnabled(locChild *crossplane.Directive) boo
927927
return false
928928
}
929929

930-
// sort the API endpoints by prioritising any API that has 'write=on'.
930+
// sort the API endpoints by prioritizing any API that has 'write=on'.
931931
func (ncp *NginxConfigParser) sortPlusAPIs(ctx context.Context, apis []*model.APIDetails) []*model.APIDetails {
932932
foundWriteEnabled := false
933933
for _, api := range apis {

0 commit comments

Comments
 (0)