Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 977ea5d

Browse files
authored
fix typo in chaos example (#1662)
1 parent 78f6153 commit 977ea5d

File tree

2 files changed

+2
-2
lines changed
  • content/en
    • getting-started/quickstart
    • user-guide/chaos-engineering/chaos-api

2 files changed

+2
-2
lines changed

content/en/getting-started/quickstart/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pip install -r requirements-dev.txt
9595
{{< /tabpane >}}
9696

9797
{{< callout "tip" >}}
98-
If you are encountering issues with the installation of the packages, such as Pillow, ensure you use the same version as the Python Lambdas (3.11.6) for Pillow to work.
98+
If you are encountering issues with the installation of the packages, such as Pillow, ensure you use the same version as the Python Lambdas (3.11.6) for Pillow to work.
9999
If you're using <a href="https://github.com/pyenv/pyenv">pyenv</a>, install and activate Python 3.11 with the following commands:
100100
{{< command >}}
101101
$ pyenv install 3.11

content/en/user-guide/chaos-engineering/chaos-api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ $ curl --location --request POST 'http://localhost.localstack.cloud:4566/_locals
105105
"region": "ap-south-1"
106106
},
107107
{
108-
"service": "lambda",
108+
"service": "lambda"
109109
}
110110
]'
111111
{{< /command >}}

0 commit comments

Comments
 (0)