diff --git a/maas/data_source_maas_block_revice.go b/maas/data_source_maas_block_revice.go index a24e627..ed23051 100644 --- a/maas/data_source_maas_block_revice.go +++ b/maas/data_source_maas_block_revice.go @@ -72,7 +72,7 @@ func dataSourceMaasBlockDevice() *schema.Resource { "mount_point": { Type: schema.TypeString, Computed: true, - Description: "The mount point used. If this is not set, the partition is not mounted. This is used only the partition is formatted.", + Description: "The mount point used. If this is not set, the partition is not mounted. This is used only when the partition is formatted.", }, "path": { Type: schema.TypeString,