Skip to content

Commit 1178b96

Browse files
authored
Merge pull request #119 from rohitpaulk/fix-typos
Fix typos in config.go
2 parents da504c6 + ccde53f commit 1178b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ type Config struct {
4343
// The maximum number of messages that will be sent in one API call.
4444
// Messages will be sent when they've been queued up to the maximum batch
4545
// size or when the flushing interval timer triggers.
46-
// Note that the API will still enfore a 500KB limit on each HTTP request
47-
// which is independant from the number of embedded messages.
46+
// Note that the API will still enforce a 500KB limit on each HTTP request
47+
// which is independent from the number of embedded messages.
4848
BatchSize int
4949

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

0 commit comments

Comments
 (0)