Skip to content

Commit c3a7d50

Browse files
authored
Merge pull request #810 from inplayer-org/typo-fixes
fix typos
2 parents 4e33d75 + 5e60286 commit c3a7d50

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/v2.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
email: 'filip@inplayer.com',
1616
password: 'reloadreload',
1717
referrer: 'http://localhost:3000/',
18-
cliendId: 'c62e75f2-e090-4b0b-a3b2-ca70d52f19ac',
18+
clientId: 'c62e75f2-e090-4b0b-a3b2-ca70d52f19ac',
1919
}).then(data => console.log(data))
2020
.catch(error => console.log(error));;
2121

@@ -35,4 +35,4 @@
3535
</script>
3636
</body>
3737

38-
</html>
38+
</html>

examples/v3.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
email: 'inplayer@inplayer.com',
1616
password: 'password',
1717
referrer: 'http://localhost:3000/',
18-
cliendId: 'c62e75f2-e090-4b0b-a3b2-ca70d52f19ac',
18+
clientId: 'c62e75f2-e090-4b0b-a3b2-ca70d52f19ac',
1919
}).then(data => console.log(data))
2020
.catch(error => console.log(error));
2121

@@ -35,4 +35,4 @@
3535
</script>
3636
</body>
3737

38-
</html>
38+
</html>

0 commit comments

Comments
 (0)