fix typos

- Fix 'randon' to 'random' in tests/testHelper.js
- Fix 'successfull' to 'successful' in funding.json
This commit is contained in:
hyonun321
2025-06-25 21:06:12 +09:00
parent b3c92f6bee
commit f4fa053272
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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) {