Skip to content

Commit

Permalink
Fix typos in config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Dec 7, 2017
1 parent da504c6 commit ccde53f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ type Config struct {
// The maximum number of messages that will be sent in one API call.
// Messages will be sent when they've been queued up to the maximum batch
// size or when the flushing interval timer triggers.
// Note that the API will still enfore a 500KB limit on each HTTP request
// which is independant from the number of embedded messages.
// Note that the API will still enforce a 500KB limit on each HTTP request
// which is independent from the number of embedded messages.
BatchSize int

// When set to true the client will send more frequent and detailed messages
Expand Down

0 comments on commit ccde53f

Please sign in to comment.