Skip to content

Commit c8a8da2

Browse files
committed
chore(scripts/website): convert a comment to JSDOC
1 parent 319979c commit c8a8da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/website.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ async function pugify(filename, options, isReload = false) {
435435
});
436436
}
437437

438-
// extra function to start watching for file-changes, without having to call this file directly with "watch"
438+
/** extra function to start watching for file-changes, without having to call this file directly with "watch" */
439439
function startWatch() {
440440
Object.entries(docsFilemap.fileMap).forEach(([file, fileValue]) => {
441441
let watchPath = path.resolve(cwd, file);

0 commit comments

Comments
 (0)