Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit 74a5722

Browse files
committed
correct script return type
1 parent 302708b commit 74a5722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/scripts/text.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var assign = require('lodash.assign');
1010
* @param {object} params - Script text parameters
1111
* @param {string} params.scriptId - Id of the script to get text for
1212
* @param {function} cb - Node-style error-first callback function
13-
* @returns {object} script - The script JSON object
13+
* @returns {string} script - The script JSON object
1414
* @example
1515
* paperspace.scripts.text({
1616
* scriptId: 'sc123abc',

0 commit comments

Comments
 (0)