diff --git a/source/_posts/2020-03-18-subspace-2.0.md b/source/_posts/2020-03-18-subspace-2.0.md index bf8e7cee..583f76ce 100644 --- a/source/_posts/2020-03-18-subspace-2.0.md +++ b/source/_posts/2020-03-18-subspace-2.0.md @@ -48,7 +48,7 @@ ReactDOM.render( ``` #### useSubspace -Rather than relying on global variables or passing Subspace through props, The easiest way to access Subspace features is via the `useSubspace` hook. Be sure that your entire dApp is wrapped with a `` to have it available througout the component tree. +Rather than relying on global variables or passing Subspace through props, the easiest way to access Subspace features is via the `useSubspace` hook. Be sure that your entire DApp is wrapped with a `` to have it available throughout the component tree. ```js // index.js import React from 'react'