summaryrefslogtreecommitdiff
path: root/service/env
diff options
context:
space:
mode:
Diffstat (limited to 'service/env')
-rw-r--r--service/env/service.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/env/service.go b/service/env/service.go
index 00bc41ef..83175b36 100644
--- a/service/env/service.go
+++ b/service/env/service.go
@@ -3,7 +3,7 @@ package env
// ID contains default service name.
const ID = "env"
-// Services provides ability to map _ENV values from config file.
+// Service provides ability to map _ENV values from config file.
type Service struct {
// values is default set of values.
values map[string]string