[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2023-04-26 17:16:25 +02:00
الأصل a48e50dab8
التزام ffbdc3fb04
2 ملفات معدلة مع 4 إضافات و2 حذوفات

عرض الملف

@@ -1,3 +1,5 @@
'use strict';
// https://github.com/mikecao/umami
const script = document.createElement('script');

عرض الملف

@@ -1,6 +1,6 @@
'use strict';
let adjectives = [
const adjectives = [
'small',
'big',
'large',
@@ -54,7 +54,7 @@ let adjectives = [
'smart',
];
let nouns = [
const nouns = [
'dog',
'bat',
'wrench',