From 75492513ec7beeedb72e73dd51bd567f10ae5a59 Mon Sep 17 00:00:00 2001 From: Pablo Cantero Date: Wed, 29 Jul 2015 13:36:02 -0300 Subject: [PATCH] dynamodb-local Use ` instead of : to refer region to keep the consistency with the provider docs --- builtin/providers/aws/provider.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/providers/aws/provider.go b/builtin/providers/aws/provider.go index 058cb85a2..fc9a55874 100644 --- a/builtin/providers/aws/provider.go +++ b/builtin/providers/aws/provider.go @@ -250,7 +250,7 @@ func init() { "being executed. If the API request still fails, an error is\n" + "thrown.", - "dynamodb_endpoint": "Use this to override the default endpoint URL constructed from the :region.\n" + + "dynamodb_endpoint": "Use this to override the default endpoint URL constructed from the `region`.\n" + "It's typically used to connect to dynamodb-local.", } }