From f4fa053272014873b56a827f17c16dca025cc308 Mon Sep 17 00:00:00 2001 From: hyonun321 Date: Wed, 25 Jun 2025 21:06:12 +0900 Subject: [PATCH] fix typos - Fix 'randon' to 'random' in tests/testHelper.js - Fix 'successfull' to 'successful' in funding.json --- funding.json | 2 +- tests/testHelper.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {