From 8d8c7e70a20f124bd17a4f12a171681060be92ad Mon Sep 17 00:00:00 2001 From: Cemre Mengu Date: Fri, 17 Mar 2023 16:41:52 +0300 Subject: [PATCH] docs(agent): resolve typo (#12884) --- agent/agent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/agent.go b/agent/agent.go index 878a155d2..584af23e0 100644 --- a/agent/agent.go +++ b/agent/agent.go @@ -776,7 +776,7 @@ func (a *Agent) push( } // startOutputs calls Connect on all outputs and returns the source channel. -// If an error occurs calling Connect all stared plugins have Close called. +// If an error occurs calling Connect, all started plugins have Close called. func (a *Agent) startOutputs( ctx context.Context, outputs []*models.RunningOutput,