Fix typo in runtime.js (#17783)

succesful -> successful
This commit is contained in:
Ikko Ashimine 2022-06-01 03:30:04 +09:00 committed by GitHub
parent ff3c492721
commit 127fe37e19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@ export const isNativeAndroid = (namespace = null) => {
*
* @param {string} text to be copied to the clipboard
*
* @returns {Promise} Resolves when succesful in copying to clipboard
* @returns {Promise} Resolves when successful in copying to clipboard
*/
export const copyToClipboard = (text) => {
return new Promise((resolve, reject) => {