We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b75d4 commit a7377ecCopy full SHA for a7377ec
controllers/apim/apidefinition/apidefinition_controller.go
@@ -93,7 +93,7 @@ func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Resu
93
managementContext, ctxErr := apisDelegate.ResolveContext(apiDefinition.Spec.Context)
94
95
if ctxErr != nil {
96
- log.Error(ctxErr, "And error has occurred while trying to retrieve ManagementContext")
+ log.Error(ctxErr, "An error has occurred while trying to retrieve ManagementContext")
97
event.NormalEvent(
98
apiDefinition,
99
"ManagementContextUnlinked",
0 commit comments