Skip to content

Commit

Permalink
Fix typo: druable -> durable
Browse files Browse the repository at this point in the history
  • Loading branch information
bvwells committed Jan 12, 2022
1 parent a915f85 commit 814f4cc
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 814f4cc

Please sign in to comment.