fix typo on TLSOptions.xml and library_godot_display.js

(cherry picked from commit b88b6b4f48)
This commit is contained in:
Septian 2023-07-05 09:44:07 +07:00 committed by Yuri Sizov
parent 361c0d53f3
commit add7c218d1
2 changed files with 5 additions and 5 deletions

View file

@ -536,7 +536,7 @@ const GodotDisplay = {
}
navigator.clipboard.writeText(text).catch(function (e) {
// Setting OS clipboard is only possible from an input callback.
GodotRuntime.error('Setting OS clipboard is only possible from an input callback for the Web plafrom. Exception:', e);
GodotRuntime.error('Setting OS clipboard is only possible from an input callback for the Web platform. Exception:', e);
});
return 0;
},