diff --git a/docs/modeling/model-components/attributes.md b/docs/modeling/model-components/attributes.md index 7e799f34a..8f8be9f35 100644 --- a/docs/modeling/model-components/attributes.md +++ b/docs/modeling/model-components/attributes.md @@ -21,7 +21,7 @@ The displayed name and description of a property, as well as the order in which The displayed name of a property can also be set via the `[DisplayName]` attribute. ### [Description] -The description of a type, such as a class, property, method, or parameter. +The description of a type or member, such as a class, property, method, or parameter. ### [Required]