1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

fix typo on TLSOptions.xml and library_godot_display.js

This commit is contained in:
Septian
2023-07-05 09:44:07 +07:00
parent cdd2313ba2
commit b88b6b4f48
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;
},