Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed several typos in comments and documentation #16

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

kpumuk
Copy link
Contributor

@kpumuk kpumuk commented Sep 20, 2024

While reading the source of the project, I found a few typos here and there.

@ttilberg
Copy link

Please additionally add:

--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ Only one service at a time can route a specific host:
     kamal-proxy deploy service1 --target web-1:3000 --host app1.example.com
     kamal-proxy deploy service2 --target web-2:3000 --host app1.example.com # returns "Error: host is used by another service"
     kamal-proxy remove service1
-    kamal-proxy deploy service2 --target web-2:3000 --host app1.example.com # suceeds
+    kamal-proxy deploy service2 --target web-2:3000 --host app1.example.com # succeeds

@kevinmcconnell
Copy link
Collaborator

Nice, thanks @kpumuk & @ttilberg!

@kevinmcconnell kevinmcconnell merged commit 27be629 into basecamp:main Sep 23, 2024
1 check passed
@kpumuk kpumuk deleted the grammar branch September 23, 2024 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants