Skip to content

Commit

Permalink
Merge pull request #882 from bvwells/patch-1
Browse files Browse the repository at this point in the history
Fix typo: druable -> durable
  • Loading branch information
derekcollison committed Jan 12, 2022
2 parents a915f85 + 814f4cc commit a71eb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_test.go
Expand Up @@ -415,7 +415,7 @@ func ExampleJetStreamManager() {
MaxBytes: 2048,
})

// Create a druable consumer
// Create a durable consumer
js.AddConsumer("FOO", &nats.ConsumerConfig{
Durable: "BAR",
})
Expand Down

0 comments on commit a71eb56

Please sign in to comment.