Skip to content

Commit 7c621f2

Browse files
endeavor85keetonian
authored andcommitted
chore: fix some spelling mistakes in the doc (#834)
1 parent fa8afde commit 7c621f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/policy_templates.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ DynamoDB tables in **all** regions. This is excessively permissive when all that
2828
values from the ``MyTable`` created in the stack.
2929

3030
SAM provides a tighter and more secure version of AWS Managed Policies called **Policy Templates**. This are a set of
31-
readily availbale policies that can be scoped to a specific resource in the same region where your stack exists.
31+
readily available policies that can be scoped to a specific resource in the same region where your stack exists.
3232
Let's modify the above example to use a policy template called ``DynamoDBCrudPolicy``:
3333

3434
.. code:: yaml
@@ -54,7 +54,7 @@ How to Use
5454

5555
Policy Templates are specified in ``Policies`` property of AWS::Serverless::Function resource. You can mix policy
5656
templates with AWS Managed Policies, custom managed policies or inline policy statements. Behind the scenes
57-
SAM will expand the policy template to a inline policy statement based on the definition listed in
57+
SAM will expand the policy template to an inline policy statement based on the definition listed in
5858
`policy_templates.json`_ file.
5959

6060
Every policy template requires zero or more parameters, which are the resource that this policy is scoped to.

0 commit comments

Comments
 (0)