Skip to content

Commit

Permalink
Merge pull request #119 from rohitpaulk/fix-typos
Browse files Browse the repository at this point in the history
Fix typos in config.go
  • Loading branch information
f2prateek committed Dec 7, 2017
2 parents da504c6 + ccde53f commit 1178b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.go
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 1178b96

Please sign in to comment.