Skip to content

Commit 70cd866

Browse files
authored
Fix typo in refactoring.mdx (#1186)
1 parent b7ca34d commit 70cd866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/terraform/v1.13.x/docs/language/modules/develop/refactoring.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can use `moved` blocks for the following use cases:
2222
- [Rename a module call](#rename-a-module-call)
2323
- [Split a module](#split-a-module)
2424

25-
When the module or resource is no longer necessary, you can [remove `moved` blocks](#remove-a-move-block) from the configuration. Note that removing a `moved` block is a breaking change.
25+
When the module or resource is no longer necessary, you can [remove `moved` blocks](#remove-a-moved-block) from the configuration. Note that removing a `moved` block is a breaking change.
2626

2727
## Requirements
2828

@@ -416,7 +416,7 @@ moved {
416416
}
417417
```
418418

419-
## Remove a `move` block
419+
## Remove a `moved` block
420420

421421
Over time, a long-lasting module may accumulate many `moved` blocks.
422422

0 commit comments

Comments
 (0)