From 3ad5810019adf170c22e6d02b596559a61fa49a2 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Tue, 4 Sep 2018 12:36:39 +0100 Subject: [PATCH] Fixing weird typo --- Configuring-GoLand-for-WebAssembly.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuring-GoLand-for-WebAssembly.md b/Configuring-GoLand-for-WebAssembly.md index b5e2df9e..6b6692c8 100644 --- a/Configuring-GoLand-for-WebAssembly.md +++ b/Configuring-GoLand-for-WebAssembly.md @@ -19,7 +19,7 @@ That's easily fixable, by changing the **GOOS** and **GOARCH** values in the pro With the initial project settings changed, you'll probably want to configure the Run/Debug settings next. -That will let you recompile the .wasm file by just launching `Run`Rundd (Shift+F10 on Linux). +That will let you recompile the .wasm file by just launching `Run` (Shift+F10 on Linux). **NOTE - This section is still "Work In Progress" :wink:**