diff --git a/website/docs/d/ecr_repository.html.markdown b/website/docs/d/ecr_repository.html.markdown
index 5b450ba903a..86ab21d5746 100644
--- a/website/docs/d/ecr_repository.html.markdown
+++ b/website/docs/d/ecr_repository.html.markdown
@@ -33,7 +33,7 @@ In addition to all arguments above, the following attributes are exported:
* `encryption_configuration` - Encryption configuration for the repository. See [Encryption Configuration](#encryption-configuration) below.
* `image_scanning_configuration` - Configuration block that defines image scanning configuration for the repository. See [Image Scanning Configuration](#image-scanning-configuration) below.
* `image_tag_mutability` - The tag mutability setting for the repository.
-* `most_recent_image_tags` - List of image tags associated with the most recently pushed image in the repository.
+* `most_recent_image_tags` - List of image tags associated with the most recently pushed image in the repository.
* `repository_url` - URL of the repository (in the form `aws_account_id.dkr.ecr.region.amazonaws.com/repositoryName`).
* `tags` - Map of tags assigned to the resource.