From d4a6f3ad696714ad1c572ac3f34e44f4f6eb745f Mon Sep 17 00:00:00 2001 From: Aidan Lane Date: Sun, 10 Feb 2019 17:00:54 +1100 Subject: [PATCH] Fixed small typo "availbale" -> "available" --- docs/policy_templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/policy_templates.rst b/docs/policy_templates.rst index ab128f3692..68766f6e0b 100644 --- a/docs/policy_templates.rst +++ b/docs/policy_templates.rst @@ -28,7 +28,7 @@ DynamoDB tables in **all** regions. This is excessively permissive when all that values from the ``MyTable`` created in the stack. SAM provides a tighter and more secure version of AWS Managed Policies called **Policy Templates**. This are a set of -readily availbale policies that can be scoped to a specific resource in the same region where your stack exists. +readily available policies that can be scoped to a specific resource in the same region where your stack exists. Let's modify the above example to use a policy template called ``DynamoDBCrudPolicy``: .. code:: yaml