Skip to content

Commit 2313409

Browse files
committed
fix: docstring
1 parent 57eac75 commit 2313409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/zipTree.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function addTree(zip, src) {
3636
* Add a directory recursively to a zip file. Files in src will be added to the top folder of zip.
3737
* @param {JSZip} zip a zip object in the folder you want to add files to.
3838
* @param {string} src the source folder.
39-
* @param {Object} noDeploy the source folder.
39+
* @param {Object} noDeploy
4040
* @return {Promise} a promise offering the original JSZip object.
4141
*/
4242
function addTreeNoDeploy(zip, src, noDeploy) {

0 commit comments

Comments
 (0)