Skip to content

Commit b1c5f3d

Browse files
committed
Fixed variable name in jsdoc header [skip ci].
1 parent 6b7e532 commit b1c5f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/doxdox-core/src/loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const loadPluginFromFile = async <T>(
6464
* const plugin = await loadPlugin(process.cwd(), null, './renderer.js');
6565
* const plugin = await loadPlugin('../node_modules', 'doxdox-renderer-', 'json');
6666
*
67-
* @param {string} [path] Root directory to load plugin from.
67+
* @param {string} [directory] Root directory to load plugin from.
6868
* @param {string} [prefix] Optional prefix to attach to the pathOrPackage.
6969
* @param {string} [pathOrPackage] Path or package name.
7070
* @return {Promise<T | null>} Plugin default method.

0 commit comments

Comments
 (0)