Skip to content

Commit

Permalink
fix typo in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Oct 26, 2018
1 parent 9e7cb6e commit 96be6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module "pubsub" {
push_subscriptions = [
{
name = "push" // required
ack_deadline_seconds = 20 // optonal
ack_deadline_seconds = 20 // optional
push_endpoint = "https://example.com" // required
x-goog-version = "v1beta1" // optional
}
Expand Down

0 comments on commit 96be6a1

Please sign in to comment.