diff --git a/resources/views/emails/trial-ends-soon.blade.php b/resources/views/emails/trial-ends-soon.blade.php
index b60692c02..508af2c41 100644
--- a/resources/views/emails/trial-ends-soon.blade.php
+++ b/resources/views/emails/trial-ends-soon.blade.php
@@ -1,5 +1,5 @@
Your trial ends soon. Please update payment details [here]({{ $stripeCustomerPortal }}),
-Your servers & deployed resources will be untouched, but you won't be able to deploy new resources and lost all automations and integrations.
+Your servers & deployed resources will be untouched, but you won't be able to deploy new resources and lose all automations and integrations.
diff --git a/resources/views/livewire/server/form.blade.php b/resources/views/livewire/server/form.blade.php
index 687662b67..f98da206c 100644
--- a/resources/views/livewire/server/form.blade.php
+++ b/resources/views/livewire/server/form.blade.php
@@ -4,7 +4,7 @@
General
@if ($server->id === 0)
- You could lost a lot of functionalities if you change the server details of the server where Coolify
+ You could lose a lot of functionalities if you change the server details of the server where Coolify
is
running on.
Please think again.
diff --git a/scripts/upgrade.sh b/scripts/upgrade.sh
index 04ea99c63..bb1112bd5 100644
--- a/scripts/upgrade.sh
+++ b/scripts/upgrade.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-## Do not modify this file. You will lost the ability to autoupdate!
+## Do not modify this file. You will lose the ability to autoupdate!
VERSION="1.0.4"
CDN="https://cdn.coollabs.io/coolify"