Skip to content

Commit b7d55fb

Browse files
TurnrDevanafalcao
andauthored
fix(docs): typo in homepage extra dependencies command (#5681)
Fix command Signed-off-by: Jay Turner <[email protected]> Co-authored-by: Ana Falcão <[email protected]>
1 parent 4048fec commit b7d55fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You can install Powertools for AWS Lambda (Python) using your favorite dependenc
5959
| **[Parser](./utilities/parser.md#install)** | **`pip install "aws-lambda-powertools[parser]"`**{.copyMe}:clipboard: | `pydantic` _(v2)_ |
6060
| **[Data Masking](./utilities/data_masking.md#install)** | **`pip install "aws-lambda-powertools[datamasking]"`**{.copyMe}:clipboard: | `aws-encryption-sdk`, `jsonpath-ng` |
6161
| **All extra dependencies at once** | **`pip install "aws-lambda-powertools[all]"`**{.copyMe}:clipboard: |
62-
| **Two or more extra dependencies only, not all** | **`pip install "aws-lambda-powertools[tracer,parser,datamasking"]`**{.copyMe}:clipboard: |
62+
| **Two or more extra dependencies only, not all** | **`pip install "aws-lambda-powertools[tracer,parser,datamasking]"`**{.copyMe}:clipboard: |
6363

6464
=== "Lambda Layer"
6565

0 commit comments

Comments
 (0)