mirror of
https://github.com/yjs/yjs.git
synced 2025-12-14 18:57:45 +01:00
fix typos
- Fix 'randon' to 'random' in tests/testHelper.js - Fix 'successfull' to 'successful' in funding.json
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
"guid": "silver-sponsor",
|
||||
"status": "active",
|
||||
"name": "Silver Sponsor",
|
||||
"description": "This is the recommended plan for large/successfull companies that use Yjs.",
|
||||
"description": "This is the recommended plan for large/successful companies that use Yjs.",
|
||||
"amount": 1000,
|
||||
"currency": "USD",
|
||||
"frequency": "monthly",
|
||||
|
||||
@@ -227,7 +227,7 @@ export class TestConnector {
|
||||
}
|
||||
|
||||
/**
|
||||
* @return {boolean} Whether it was possible to disconnect a randon connection.
|
||||
* @return {boolean} Whether it was possible to disconnect a random connection.
|
||||
*/
|
||||
disconnectRandom () {
|
||||
if (this.onlineConns.size === 0) {
|
||||
|
||||
Reference in New Issue
Block a user