diff --git a/content/en/getting-started/quickstart/index.md b/content/en/getting-started/quickstart/index.md index 1ea436df4e..b0477e7113 100644 --- a/content/en/getting-started/quickstart/index.md +++ b/content/en/getting-started/quickstart/index.md @@ -95,7 +95,7 @@ pip install -r requirements-dev.txt {{< /tabpane >}} {{< callout "tip" >}} -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. +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. If you're using pyenv, install and activate Python 3.11 with the following commands: {{< command >}} $ pyenv install 3.11 diff --git a/content/en/user-guide/chaos-engineering/chaos-api/index.md b/content/en/user-guide/chaos-engineering/chaos-api/index.md index aa4f02a1d0..9664874cf6 100644 --- a/content/en/user-guide/chaos-engineering/chaos-api/index.md +++ b/content/en/user-guide/chaos-engineering/chaos-api/index.md @@ -105,7 +105,7 @@ $ curl --location --request POST 'http://localhost.localstack.cloud:4566/_locals "region": "ap-south-1" }, { - "service": "lambda", + "service": "lambda" } ]' {{< /command >}}