Merge pull request #722 from hyonun321/typos

Fix typos in documentation and code comments
This commit is contained in:
Kevin Jahns
2025-06-26 15:55:22 +02:00
committed by GitHub
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) {