Skip to content

Commit 293714d

Browse files
committed
fix: Correct code syntax highlight scheme
1 parent de14c89 commit 293714d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/UPGRADE-10.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Please consult the `examples` directory for reference example configurations. If
5454

5555
### Diff of Before vs After
5656

57-
```hcl
57+
```diff
5858
module "alb" {
5959
source = "terraform-aws-modules/alb/aws"
6060
- version = "9.17.0"
@@ -75,7 +75,7 @@ Please consult the `examples` directory for reference example configurations. If
7575
priority = 3
7676
actions = [{
7777
# Same for all action types, not just `fixed_response`
78-
- type = "fixed-response"
78+
- type = "fixed-response"
7979
+ fixed_response = {
8080
content_type = "text/plain"
8181
status_code = 200

0 commit comments

Comments
 (0)