From cc2884feb46a9c5c1d608d43a9f36eadc6f2f428 Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Wed, 13 Sep 2023 10:52:49 -0700 Subject: [PATCH] Update index.md --- docs/content/reference/context-schema/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/reference/context-schema/index.md b/docs/content/reference/context-schema/index.md index 6c26b4d9c..52a44872f 100644 --- a/docs/content/reference/context-schema/index.md +++ b/docs/content/reference/context-schema/index.md @@ -90,5 +90,5 @@ The `context` object is automatically injected to Bicep templates when a Recipe | Key | Type | Description | |-----|------|-------------| -| [`region`] | string | Represents the region where AWS resources are deployed. -| [`account`] | string | Represents the account id of the AWS account. +| `region` | string | Represents the region where AWS resources are deployed. +| `account` | string | Represents the account id of the AWS account.