Skip to content

Commit d8cdf88

Browse files
Disable spellchecker on codeblock (#2530)
1 parent 20f254d commit d8cdf88

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/2.0/docs/pipelines/installation/addingexistingrepo.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ inputs = {
289289
<details>
290290
<summary>Pipelines Apply</summary>
291291

292+
<!-- spell-checker: disable -->
293+
292294
```hcl title="$$PATH_TO_ENVIRONMENT$$/_global/pipelines-apply-role/terragrunt.hcl"
293295
terraform {
294296
source = "[email protected]:gruntwork-io/terraform-aws-security.git//modules/github-actions-iam-role?ref=v0.74.5"
@@ -501,6 +503,8 @@ inputs = {
501503
}
502504
```
503505

506+
<!-- spell-checker: enable -->
507+
504508
</details>
505509

506510

0 commit comments

Comments
 (0)