From 8ffaf7a7e5f865dc103859240d11842fd2b27d57 Mon Sep 17 00:00:00 2001 From: Gautam Kumar Chaudhary Date: Sun, 21 May 2023 01:26:07 +0530 Subject: [PATCH] Fix typo in tooling.md (#43) --- src/technical/env/tooling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)