Skip to content

Commit 891cf14

Browse files
nerda-codesRoRoJ
authored andcommitted
fix(tuto): typos (#4673)
1 parent 62e4c89 commit 891cf14

File tree

1 file changed

+4
-4
lines changed
  • tutorials/deploy-automate-mkdocs-site

1 file changed

+4
-4
lines changed

tutorials/deploy-automate-mkdocs-site/index.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ Statements allow you to define who can perform what actions on your bucket. In t
6464
- Select `Applications` in the **Principals** drop-down.
6565
- Select your IAM application (`doc website GitHub Actions`) in the **Applications** drop-down.
6666
- Select `s3:PutObject` in the **Actions** drop-down.
67-
- Enter `*` in the the **Resource** field.
67+
- Enter `*` in the **Resource** field.
6868

6969
7. Click **+ Add statement** again. We are defining the statement that grants public read access to your website's content:
7070

7171
- Enter a unique statement ID describing the purpose of the statement. For example `Grant public read access to website`.
7272
- Select `All principals (*)` in the **Principals** drop-down.
7373
- Select `s3:GetObject` in the **Actions** drop-down.
74-
- Enter `*` in the the **Resource** field. This allows anyone to read objects from your bucket.
74+
- Enter `*` in the **Resource** field. This allows anyone to read objects from your bucket.
7575
8. Click **Save changes**.
7676

7777
## Setting up your GitHub repository
@@ -147,7 +147,7 @@ In this section, we will be adding the following values (secrets) in our GitHub
147147

148148
1. Access your GitHub repository.
149149
2. Click the **Settings** tab.
150-
3. Click the **Secrets and varaibles** section, then click **Actions**. You are redirected to the **Secrets** tab.
150+
3. Click the **Secrets and variables** section, then click **Actions**. You are redirected to the **Secrets** tab.
151151
4. Click **New repository secret**.
152152
5. Enter a name and a secret for each of the values listed above. For example, enter `DOC_ACCESS_KEY` in the **Name** field, and `SCWXXXXXXXXXXXXXXXXX` in the **Secret** field.
153153
6. Click **Add secret** and repeat the operation for the other 3 secrets.
@@ -188,4 +188,4 @@ GitHub Actions will:
188188

189189
If you expect high traffic, consider using our [Edge Services](/edge-services/quickstart/) solution for caching.
190190

191-
If you have a custom domain, you can link it to your documentation website in your `mkdocs.yml` file.
191+
If you have a custom domain, you can link it to your documentation website in your `mkdocs.yml` file.

0 commit comments

Comments
 (0)