diff --git a/modules/bigquery-dataset/README.md b/modules/bigquery-dataset/README.md
index 2a38cb7372..fc6c53c37d 100644
--- a/modules/bigquery-dataset/README.md
+++ b/modules/bigquery-dataset/README.md
@@ -294,7 +294,7 @@ module "bigquery-dataset" {
| [iam](variables.tf#L92) | IAM bindings in {ROLE => [MEMBERS]} format. Mutually exclusive with the access_* variables used for basic roles. | map(list(string))
| | {}
|
| [labels](variables.tf#L103) | Dataset labels. | map(string)
| | {}
|
| [location](variables.tf#L109) | Dataset location. | string
| | "EU"
|
-| [materialized_views](variables.tf#L115) | Materialized views definitions. | map(object({…}))
| | {}
|
+| [materialized_views](variables.tf#L115) | Materialized views definitions. | map(object({…}))
| | {}
|
| [options](variables.tf#L148) | Dataset options. | object({…})
| | {}
|
| [tables](variables.tf#L167) | Table definitions. Options and partitioning default to null. Partitioning can only use `range` or `time`, set the unused one to null. | map(object({…}))
| | {}
|
| [views](variables.tf#L198) | View definitions. | map(object({…}))
| | {}
|