From 9a1225d8a24866edcd2ca5cc69f3cb698a3c0267 Mon Sep 17 00:00:00 2001 From: Dishant Pandya Date: Sun, 7 Feb 2021 00:40:54 +0530 Subject: [PATCH] Correct type in parser/services.go L52 --- parser/services.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/services.go b/parser/services.go index 8c32122a..fcc747bc 100644 --- a/parser/services.go +++ b/parser/services.go @@ -49,7 +49,7 @@ Usage: {{.Name}} services:add --type --route [opt Arguments: Procfile type which should handle the request, e.g. webhooks (should be bind to the port PORT). - Only single extra service per Porcfile type could be created + Only single extra service per Procfile type could be created Nginx locations where route requests, one or many via comma,