From 74d30ec8b63460d21c7b2765d233f72640b7b2a7 Mon Sep 17 00:00:00 2001 From: Benjamin Fan Date: Sun, 11 Feb 2024 06:23:18 -0800 Subject: [PATCH] fix(markdown): In Attributes and Defs docs, correct `list` property description --- markdown/dev/reference/api/attributes/en.md | 2 +- markdown/dev/reference/api/defs/en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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