fix: update jsdoc

This commit is contained in:
JellyBrick
2023-11-06 17:22:46 +09:00
parent 6366dc026e
commit 37067ff950

View File

@ -21,7 +21,7 @@ export const isActive
* @param {object} [options.initialOptions] - The initial options for the plugin. Default: loaded from store.
*
* @example
* const { PluginConfig } = require("../../config/dynamic");
* const { PluginConfig } = require("../../config/dynamic-renderer");
* const config = new PluginConfig("plugin-name", { enableFront: true });
* module.exports = { ...config };
*