Skip to content

Commit

Permalink
chore(client): fix typo in AutoStart doc comment (#515)
Browse files Browse the repository at this point in the history
Just a typo fix.
  • Loading branch information
benhoyt authored Nov 7, 2024
1 parent b783466 commit 5f5973d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type ServiceOptions struct {
Names []string
}

// AutoStart starts the services makes as "startup: enabled". opts.Names must
// AutoStart starts the services marked as "startup: enabled". opts.Names must
// be empty for this call.
func (client *Client) AutoStart(opts *ServiceOptions) (changeID string, err error) {
changeID, err = client.doMultiServiceAction("autostart", opts.Names)
Expand Down

0 comments on commit 5f5973d

Please sign in to comment.