Skip to content

Commit b856581

Browse files
committed
Fix error in docs
1 parent 0a8b5c7 commit b856581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

group/group.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ func validateAddContacts(contactIDS []string) error {
181181
}
182182

183183
// addContactsQuery gets a query string to add contacts to a group. We're using
184-
// the alternative "/foo?_method=PUT&key=value" alternative to send the contact
185-
// IDs as GET params. Sending these in the request body would require a painful
184+
// the alternative "/foo?_method=PUT&key=value" syntax to send the contact IDs
185+
// as GET params. Sending these in the request body would require a painful
186186
// workaround, as client.Request sends request bodies as JSON by default. See
187187
// also: https://developers.messagebird.com/docs/alternatives.
188188
func addContactsQuery(contactIDS []string) string {

0 commit comments

Comments
 (0)