From e234693ec5b6745911d5f12784f96ad460c2237f Mon Sep 17 00:00:00 2001 From: Surav Shrestha <148626286+shresthasurav@users.noreply.github.com> Date: Fri, 27 Oct 2023 14:14:34 +0545 Subject: [PATCH] docs: fix typos in markdown files (#6954) --- CHANGELOG.md | 4 ++-- moto/dynamodb/parsing/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 771f18c1ec4b..350d5d469895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1429,7 +1429,7 @@ Docker Digest for 3.1.10: _sha256:18c6367dbb843850a5b52bc2b74cde9fd2a03719da667a * AWSLamba:publish_layer_version() now supports the CompatibleArchitectures-parameter * DAX:create_cluster() now supports the ClusterEndpointEncryptionType-parameter * EC2:describe_route_tables() now supports the filter `route.gateway-id` - * EC2:run_instances() now validates whether the Placement-parameter has a valid availabilty zone + * EC2:run_instances() now validates whether the Placement-parameter has a valid availability zone * ECS:list_services() now supports the launchType-parameter * ELB:describe_instance_health() now returns the OutOfService-status when appropriate * Organizations:list_accounts_for_parent() now supports pagination @@ -2072,7 +2072,7 @@ Docker Digest for 3.0.4: _sha256:320e1d2ab89729d5580dbe08d8c2153a28db4c28023c577 * pause_cluster() * resume_cluster() - Miscellanous: + Miscellaneous: * ELBv2: create_listener now supports the DefaultActions.ForwardConfig parameter * Redshift: restore_from_cluster_snapshot() now supports the NodeType and NumberOfNodes-parameters * Sagemaker: list_experiments() now supports pagination diff --git a/moto/dynamodb/parsing/README.md b/moto/dynamodb/parsing/README.md index 6c4390d0207a..7eb8c77f70d4 100644 --- a/moto/dynamodb/parsing/README.md +++ b/moto/dynamodb/parsing/README.md @@ -20,4 +20,4 @@ validation all the values will be resolved. ## 4) Update Expression gets executed using the validated AST Finally the AST is used to execute the update expression. There should be no reason for this step to fail since validation has completed. Due to this we have the update expressions behaving atomically (i.e. all the -actions of the update expresion are performed or none of them are performed). \ No newline at end of file +actions of the update expression are performed or none of them are performed).