diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-04-19 19:26:12 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-04-19 19:26:12 -0400 |
commit | 9939061615c41fabca004bf8f5b6f2b018a40b06 (patch) | |
tree | 37d89a97582dbd5c4d35157be84542a0f96b2cc6 | |
parent | d4d378bff3a8079e6d665b8c99d9a80937f588cd (diff) | |
download | SMAPI-9939061615c41fabca004bf8f5b6f2b018a40b06.tar.gz SMAPI-9939061615c41fabca004bf8f5b6f2b018a40b06.tar.bz2 SMAPI-9939061615c41fabca004bf8f5b6f2b018a40b06.zip |
fix typo
-rw-r--r-- | docs/technical/smapi.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/technical/smapi.md b/docs/technical/smapi.md index e117db2f..789ea20b 100644 --- a/docs/technical/smapi.md +++ b/docs/technical/smapi.md @@ -83,7 +83,7 @@ folder before compiling. ## Prepare a release ### On any platform **⚠ Ideally we'd have one set of instructions for all platforms. The instructions in this section -will produce a fully functional release for all supported platfrms, _except_ that the application +will produce a fully functional release for all supported platforms, _except_ that the application icon for SMAPI on Windows will disappear due to [.NET runtime bug 3828](https://github.com/dotnet/runtime/issues/3828). Until that's fixed, see the _[on Windows](#on-windows)_ section below to create a build that retains the icon.** |