Skip to content

Commit 59f88c4

Browse files
avivkellerCopilot
andauthored
Update src/generators/jsx-ast/utils/buildContent.mjs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ca23bbe commit 59f88c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/generators/jsx-ast/utils/buildContent.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ export const processEntry = (entry, remark) => {
258258
/**
259259
* Builds the overall document layout tree
260260
* @param {Array<ApiDocMetadataEntry>} entries - API documentation metadata entries
261-
* @param {ReturnType<import('./buildJSXProps.mjs').buildSideBarProps>} sideBarProps - Props for the sidebar component
261+
* @param {ReturnType<import('./buildBarProps.mjs').buildSideBarProps>} sideBarProps - Props for the sidebar component
262262
* @param {ReturnType<buildMetaBarProps>} metaBarProps - Props for the meta bar component
263263
* @param {import('unified').Processor} remark - The remark processor
264264
*/

0 commit comments

Comments
 (0)