Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsillydog committed Jan 27, 2025
1 parent 52e6b80 commit 6cb83a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ type OpAMPClient interface {
// SetAvailableComponents modifies the set of components that are available for configuration
// on the agent.
// If called before Start(), initializes the client state that will be sent to the server upon
// Start() if the if the ReportsAvailableComponents capability is set.
// Start() if the ReportsAvailableComponents capability is set.
// Must be called before Start() if the ReportsAvailableComponents capability is set.
//
// May be called any time after Start(), including from the OnMessage handler.
Expand Down

0 comments on commit 6cb83a6

Please sign in to comment.