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