Skip to content

Commit 2f7a2ce

Browse files
chore: Fix small typo in SetupUI
Fix: Corrected typo - changed “full fledged” to “full-fledged”.
1 parent 0d2375d commit 2f7a2ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/views/SetupUI.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<div v-if="currentStep.id === StepID.WELCOME" class="step-block">
3131
<h1 class="text-3xl font-semibold">{{ currentStep.title }}</h1>
3232
<p class="text-lg text-gray-400">
33-
WinBoat is a full fledged app that helps you natively run Windows applications on your Linux machine with ease.
33+
WinBoat is a full-fledged app that helps you natively run Windows applications on your Linux machine with ease.
3434
</p>
3535
<p class="text-lg text-gray-400">
3636
We will go through a few required steps to get you started in no time.

0 commit comments

Comments
 (0)