From 66dd310823b34fa921cdc6190cd2134a3f31c84e Mon Sep 17 00:00:00 2001 From: Christian Kilb Date: Thu, 17 Nov 2022 10:01:54 +0100 Subject: [PATCH] Update obfuscated.mdx (#2102) Fixed a typo. --- website/versioned_docs/version-v2.2.0/guides/obfuscated.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-v2.2.0/guides/obfuscated.mdx b/website/versioned_docs/version-v2.2.0/guides/obfuscated.mdx index 2e7906c4..cb4b381f 100644 --- a/website/versioned_docs/version-v2.2.0/guides/obfuscated.mdx +++ b/website/versioned_docs/version-v2.2.0/guides/obfuscated.mdx @@ -2,7 +2,7 @@ Wails includes support for obfuscating your application using [garble](https://github.com/burrowers/garble). -To produce an obfuscated build, you can use the `-obfuscate` flag with the `wails build` command: +To produce an obfuscated build, you can use the `-obfuscated` flag with the `wails build` command: ```bash wails build -obfuscated