From 96be6a13a8c3eab8c18416ebc313ae616c90b173 Mon Sep 17 00:00:00 2001 From: Morgante Pell Date: Thu, 25 Oct 2018 18:50:53 -0700 Subject: [PATCH] fix typo in README example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9520aa..3b1c10a 100644 --- a/README.md +++ b/README.md @@ -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 }