docs(agent): resolve typo (#12884)

This commit is contained in:
Cemre Mengu 2023-03-17 16:41:52 +03:00 committed by GitHub
parent 6b943d04ca
commit 8d8c7e70a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,