From caa7bde2f50f0286dda91ce7e4309c9fc315cb50 Mon Sep 17 00:00:00 2001 From: Scott Meves Date: Tue, 21 Nov 2017 15:48:44 -0500 Subject: [PATCH] Comment typo fix "...in tha..." -> "..in that..." --- node_package/src/ReactOnRails.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_package/src/ReactOnRails.js b/node_package/src/ReactOnRails.js index 5800547a34..0dda76e910 100644 --- a/node_package/src/ReactOnRails.js +++ b/node_package/src/ReactOnRails.js @@ -29,7 +29,7 @@ ctx.ReactOnRails = { /** * Allows registration of store generators to be used by multiple react components on one Rails * view. store generators are functions that take one arg, props, and return a store. Note that - * the setStore API is different in tha it's the actual store hydrated with props. + * the setStore API is different in that it's the actual store hydrated with props. * @param stores (keys are store names, values are the store generators) */ registerStore(stores) {