AWS Security ChangesHomeSearch

AWS serverless-application-model documentation change

Service: serverless-application-model · 2025-07-04 · Documentation low

File: serverless-application-model/latest/developerguide/serverless-sam-reference.md

Summary

Grammar fixes: removed duplicate 'to' and corrected article usage

Security assessment

Changes are grammatical improvements without security context

Diff

diff --git a/serverless-application-model/latest/developerguide/serverless-sam-reference.md b/serverless-application-model/latest/developerguide/serverless-sam-reference.md
index bf2c3aad1..a09a4595e 100644
--- a//serverless-application-model/latest/developerguide/serverless-sam-reference.md
+++ b//serverless-application-model/latest/developerguide/serverless-sam-reference.md
@@ -13 +13 @@ This section contains AWS SAM reference material. This includes AWS SAM CLI refe
-The AWS SAM specification is an open-source specification under the Apache 2.0 license. The current version of the AWS SAM specification is available in the [The AWS SAM project and AWS SAM template](./sam-specification.html). AWS SAM specification comes with a simplified short-hand syntax you use to to define the functions, events, APIs, configurations, and permissions of your serverless application. 
+The AWS SAM specification is an open-source specification under the Apache 2.0 license. The current version of the AWS SAM specification is available in the [The AWS SAM project and AWS SAM template](./sam-specification.html). AWS SAM specification comes with a simplified short-hand syntax you use to define the functions, events, APIs, configurations, and permissions of your serverless application. 
@@ -15 +15 @@ The AWS SAM specification is an open-source specification under the Apache 2.0 l
-You interact with AWS SAM specification through the AWS SAM application project directory, which are the folders and files that are created when you run the **sam init** command. This directory includes the AWS SAM template, an important file that defines your AWS resources. the AWS SAM template is an extension of AWS CloudFormation template. For the full reference for AWS CloudFormation templates, see [Template reference](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-reference.html) in the _AWS CloudFormation User Guide_.
+You interact with AWS SAM specification through the AWS SAM application project directory, which are the folders and files that are created when you run the **sam init** command. This directory includes the AWS SAM template, an important file that defines your AWS resources. The AWS SAM template is an extension of a AWS CloudFormation template. For the full reference for AWS CloudFormation templates, see [Template reference](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-reference.html) in the _AWS CloudFormation User Guide_.