We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86116bf commit 251488aCopy full SHA for 251488a
1 file changed
services/services.go
@@ -44,7 +44,7 @@ func List(c *deis.Client, appID string) (api.Services, error) {
44
return services, reqErr
45
}
46
47
-// New adds a new service to an app. App should already exists.
+// New adds a new service to an app. App should already exists.
48
// Service is the way to route some traffic matching given URL pattern to worker different than `web`
49
// procfileType - name of the process in Procfile (i.e. <process type> from the `<process type>: <command>`), e.g. `webhooks`
50
// for more about Procfile see this https://devcenter.heroku.com/articles/procfile
0 commit comments