Skip to content

Commit 26ed97c

Browse files
committed
small docs
1 parent 7e18d4c commit 26ed97c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/default/static/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var path = require("path");
77
* @parent bit-docs-generate-html/site/default/static
88
* @module {function} bit-docs-generate-html/site/default/static/build.js
99
*
10-
* The `bit-docs-site` script for building static assets.
10+
* @description The `bit-docs-site` script for building static assets.
1111
*
1212
* @signature `build(options, folders)`
1313
*

types/renderer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A renderer built by [bit-docs-generate-html/build/renderer] that is used to
55
render each [bit-docs/types/docObject].
66

77
@param {bit-docs/types/docObject} docObject The
8-
[bit-docs/types/tagCollection] data of a comment.
8+
[bit-docs-process-tags/types/tagCollection] data of a comment.
99

1010
@return {String} The HTML to be outputted.
1111

0 commit comments

Comments
 (0)