Skip to content

Commit 18edf74

Browse files
committed
Updates from review feedback
1 parent e4adf03 commit 18edf74

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

website/docs/plugin/framework/handling-data/path-expressions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
page_title: Path expressions
33
description: >-
4-
Learn ow to implement path expressions in the Terraform plugin framework.
4+
Learn how to implement path expressions in the Terraform plugin framework.
55
Path expressions are logic built on top of paths, which may represent one or
66
more actual paths within schema data.
77
---

website/docs/plugin/framework/handling-data/terraform-concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
page_title: Handling data: Terraform concepts
2+
page_title: Terraform data concepts
33
description: >-
44
Learn how the Terraform plugin framework handles data by mapping Terraform
55
configuration to schemas, attributes, and blocks.

website/docs/plugin/framework/migrating/attributes-blocks/default-values.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
page_title: Migrating attribute default values
33
description: >-
44
Learn how to migrate attribute default values from SDKv2 by using an
5-
AttributePlanModifier in the Framework.
5+
attribute plan modifier in the plugin framework.
66
---
77

88
# Migrating attribute default values

website/docs/plugin/framework/migrating/data-sources/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
page_title: Migrating data sources
33
description: >-
4-
Learn how to igrate a data source from SDKv2 to the plugin framework.
4+
Learn how to migrate a data source from SDKv2 to the plugin framework.
55
---
66

77
# Migrating data sources

website/docs/plugin/framework/migrating/resources/plan-modification.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
page_title: Plan modification
33
description: >-
44
Learn how to migrate resource CustomizeDiff functions in SDKv2 to
5-
PlanModifiers in the plugin Framework.
5+
plan modifiers in the Terraform plugin framework.
66
---
77

88
# Plan modification

website/docs/plugin/framework/resources/update.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
page_title: UUpdate resources
2+
page_title: Update resources
33
description: >-
44
Learn how to implement in-place updating of resources in the Terraform
55
plugin framework.

0 commit comments

Comments
 (0)