From f3f27f07961c2d8f3a0e0645397b5f00b8d97e0c Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 21:13:38 -0500 Subject: [PATCH] docs: Windows typo in Tutorial document (#41949) Update tutorial-6-publishing-updating.md Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: South Drifted --- docs/tutorial/tutorial-6-publishing-updating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/tutorial-6-publishing-updating.md b/docs/tutorial/tutorial-6-publishing-updating.md index 81fb7deda11..a57196b1d17 100644 --- a/docs/tutorial/tutorial-6-publishing-updating.md +++ b/docs/tutorial/tutorial-6-publishing-updating.md @@ -152,7 +152,7 @@ command that can handle the version bumping and tagging for you. #### Bonus: Publishing in GitHub Actions Publishing locally can be painful, especially because you can only create distributables -for your host operating system (i.e. you can't publish a Window `.exe` file from macOS). +for your host operating system (i.e. you can't publish a Windows `.exe` file from macOS). A solution for this would be to publish your app via automation workflows such as [GitHub Actions][], which can run tasks in the