From d47bba774f9e05c476a7112b1ece19fa869e17bf Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Wed, 18 Mar 2020 14:27:19 -0400 Subject: [PATCH] Update source/_posts/2020-03-18-subspace-2.0.md Co-Authored-By: Jonathan Rainville --- source/_posts/2020-03-18-subspace-2.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2020-03-18-subspace-2.0.md b/source/_posts/2020-03-18-subspace-2.0.md index 583f76ce..85ed4e40 100644 --- a/source/_posts/2020-03-18-subspace-2.0.md +++ b/source/_posts/2020-03-18-subspace-2.0.md @@ -67,7 +67,7 @@ export default MyComponent ``` #### withSubspace -This higher order component is provided as an alternative to the `useSubspace` hook. This injects the `subspace` property with an already initialized Subspace instance. Just like with the hook, your entire dApp needs to be wrapped with a ``. +This higher order component is provided as an alternative to the `useSubspace` hook. This injects the `subspace` property with an already initialized Subspace instance. Just like with the hook, your entire DApp needs to be wrapped with a ``. ```js // index.js