diff --git a/src/dapps/3_xdataxassets.md b/src/dapps/3_xdataxassets.md index 1bd17ff..33f6238 100644 --- a/src/dapps/3_xdataxassets.md +++ b/src/dapps/3_xdataxassets.md @@ -8,7 +8,7 @@ Now that we've established the idea of an xAsset, you might think they're an exc xData is akin to an xAsset in that it exists in its own layer independent of any blockchain, which makes xData accessible by _all_ blockchains. The difference is that xData represents arbitrary data rather the token information represented by an xAsset. -Cross-chain interoperability then becomes a matter of creating, consuming and managing xData. Once blockchains have the ability to read and write data into a shared, global reservior, application design can take on innovative new dimensions. +Cross-chain interoperability then becomes a matter of creating, consuming and managing xData. Once blockchains have the ability to read and write data into a shared, global reservoir, application design can take on innovative new dimensions. --- diff --git a/src/technical/env/tooling.md b/src/technical/env/tooling.md index ad6fdb0..8f44e93 100644 --- a/src/technical/env/tooling.md +++ b/src/technical/env/tooling.md @@ -20,7 +20,7 @@ Regardless of the development environment that you use, there are a few wormhole ### [Wormhole Typescript SDK](https://www.npmjs.com/package/@certusone/wormhole-sdk) -- Typescript SDK destributed on npm. Can greatly aid in writing frontend code for xDapps and utilizing the Wormhole Token Bridge directly. +- Typescript SDK distributed on npm. Can greatly aid in writing frontend code for xDapps and utilizing the Wormhole Token Bridge directly. ### [Wormhole Spy SDK](https://github.com/wormhole-foundation/wormhole/tree/main/spydk/js)