dynamodb-local Use ` instead of : to refer region to keep the consistency with the

provider docs
This commit is contained in:
Pablo Cantero 2015-07-29 13:36:02 -03:00
parent 2f6d20837f
commit 75492513ec
1 changed files with 1 additions and 1 deletions

View File

@ -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.",
}
}