Skip to content

Commit 65a796a

Browse files
committed
docs(ts): fix returns in publish
1 parent fe3d6cd commit 65a796a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const exec = require('./exec')
99
/**
1010
* @param {Config} pluginConfig -
1111
* @param {Context} ctx -
12-
* @returns {Promise<string>} -
12+
* @returns {Promise<void>} -
1313
* @example
1414
* publish(pluginConfig, ctx)
1515
*/

0 commit comments

Comments
 (0)