diff --git a/funding.json b/funding.json index 03740f20..676c306e 100644 --- a/funding.json +++ b/funding.json @@ -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", diff --git a/tests/testHelper.js b/tests/testHelper.js index 56983679..0fa651d1 100644 --- a/tests/testHelper.js +++ b/tests/testHelper.js @@ -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) {