From 003c16c600f83f0f4e935455ba65e82f21e26548 Mon Sep 17 00:00:00 2001 From: Christian Kilb Date: Wed, 16 Nov 2022 22:41:13 +0100 Subject: [PATCH] Update obfuscated.mdx 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 2e7906c4067..cb4b381f040 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