Skip to content

Commit ff7426b

Browse files
committed
small copy tweak in docs engine docs
1 parent ce096c1 commit ff7426b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

products/docs-engine/src/content/reference/markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ This is an example _of an example_.
125125

126126
## Definitions, Code, Type, ... PropMeta
127127

128-
When writing reference documentation, there are four MDX components that you use `Definitions`, `Code`, `Type`, and `ParamType` in conjunction with each other. All of these components are added to the global scope, so you do not need to import them.
128+
When writing reference documentation, there are four MDX components that you use `Definitions`, `Code`, `Type`, `ParamType`, and `PropMeta`, in conjunction with each other. All of these components are added to the global scope, so you do not need to import them.
129129

130130
<Aside>
131131

0 commit comments

Comments
 (0)