diff --git a/Libraries/Components/Clipboard/Clipboard.js b/Libraries/Components/Clipboard/Clipboard.js index d387a229139..5a5acf9d9db 100644 --- a/Libraries/Components/Clipboard/Clipboard.js +++ b/Libraries/Components/Clipboard/Clipboard.js @@ -32,7 +32,7 @@ module.exports = { * Clipboard.setString('hello world'); * } * ``` - * @param the content to be stored in the clipboard. + * @param {string} content the content to be stored in the clipboard. */ setString(content: string) { NativeClipboard.setString(content);