diff --git a/markdown/dev/reference/api/attributes/en.md b/markdown/dev/reference/api/attributes/en.md index 25a7bb246fd..793a22fe59e 100644 --- a/markdown/dev/reference/api/attributes/en.md +++ b/markdown/dev/reference/api/attributes/en.md @@ -16,7 +16,7 @@ The Attributes constructor takes no arguments. An Attributes object comes with the following property: -- `list` : The of individual attributes. +- `list` : Holds the internal object in which attributes are stored ## Methods An Attributes object exposes the following methods: diff --git a/markdown/dev/reference/api/defs/en.md b/markdown/dev/reference/api/defs/en.md index 8f3271eccca..ef392aa042d 100644 --- a/markdown/dev/reference/api/defs/en.md +++ b/markdown/dev/reference/api/defs/en.md @@ -14,7 +14,7 @@ they are documented here to facilitate development of plugins. A Defs object comes with the following property: -- `list` : The entries of the `defs` element. +- `list` : Holds the internal object in which entries of the `defs` element are stored ## Defs methods