From fec00a869c987c9fa3e8bb6354000375b3271315 Mon Sep 17 00:00:00 2001 From: Deniz Susman Date: Fri, 1 Feb 2019 15:26:24 +0300 Subject: [PATCH] Typo in comment (#14739) "synchronously" instead of "syncrhonously". --- .../src/__tests__/createSubscription-test.internal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/create-subscription/src/__tests__/createSubscription-test.internal.js b/packages/create-subscription/src/__tests__/createSubscription-test.internal.js index b2b081d712702..cbbb34979a33c 100644 --- a/packages/create-subscription/src/__tests__/createSubscription-test.internal.js +++ b/packages/create-subscription/src/__tests__/createSubscription-test.internal.js @@ -148,7 +148,7 @@ describe('createSubscription', () => { // Test a promise that resolves before render // Note that this will require an extra render anyway, - // Because there is no way to syncrhonously get a Promise's value + // Because there is no way to synchronously get a Promise's value rejectB(false); ReactNoop.render({render}); expect(ReactNoop.flush()).toEqual(['loading']); @@ -431,7 +431,7 @@ describe('createSubscription', () => { 'Parent.componentDidUpdate', ]); - // Updates from the new subsribable should be ignored. + // Updates from the new subscribable should be ignored. observableB.next('b-1'); expect(ReactNoop.flush()).toEqual([]); expect(log).toEqual([