We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca23bbe commit 59f88c4Copy full SHA for 59f88c4
1 file changed
src/generators/jsx-ast/utils/buildContent.mjs
@@ -258,7 +258,7 @@ export const processEntry = (entry, remark) => {
258
/**
259
* Builds the overall document layout tree
260
* @param {Array<ApiDocMetadataEntry>} entries - API documentation metadata entries
261
- * @param {ReturnType<import('./buildJSXProps.mjs').buildSideBarProps>} sideBarProps - Props for the sidebar component
+ * @param {ReturnType<import('./buildBarProps.mjs').buildSideBarProps>} sideBarProps - Props for the sidebar component
262
* @param {ReturnType<buildMetaBarProps>} metaBarProps - Props for the meta bar component
263
* @param {import('unified').Processor} remark - The remark processor
264
*/
0 commit comments