From 94bda8c17de4c7a48b150a163eaa02f4844698f2 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 26 Dec 2022 20:06:29 +0900 Subject: [PATCH] docs(AWS-Role): fixed typo (#1610) --- docs/tutorials/aws/role-assumption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/aws/role-assumption.md b/docs/tutorials/aws/role-assumption.md index bc156a66..eeee8af0 100644 --- a/docs/tutorials/aws/role-assumption.md +++ b/docs/tutorials/aws/role-assumption.md @@ -10,7 +10,7 @@ However, there are few ways to run Prowler against multiple accounts using IAM A ```sh prowler aws -R arn:aws:iam:::role/ ``` -- Optionally, the session duration (in seconds, by deafult 3600) and the external ID of this role assumption can be defined: +- Optionally, the session duration (in seconds, by default 3600) and the external ID of this role assumption can be defined: ```sh prowler aws -T/--session-duration -I/--external-id -R arn:aws:iam:::role/