We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5bbfec commit a740b69Copy full SHA for a740b69
internal/datasource/config/nginx_config_parser.go
@@ -927,7 +927,7 @@ func (ncp *NginxConfigParser) isWriteEnabled(locChild *crossplane.Directive) boo
927
return false
928
}
929
930
-// sort the API endpoints by prioritising any API that has 'write=on'.
+// sort the API endpoints by prioritizing any API that has 'write=on'.
931
func (ncp *NginxConfigParser) sortPlusAPIs(ctx context.Context, apis []*model.APIDetails) []*model.APIDetails {
932
foundWriteEnabled := false
933
for _, api := range apis {
0 commit comments