summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--service/container.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/container.go b/service/container.go
index ff19cdec..275cfffd 100644
--- a/service/container.go
+++ b/service/container.go
@@ -66,7 +66,7 @@ type HydrateConfig interface {
Hydrate(cfg Config) error
}
-// DefaultsConfig delcares ability to be initated without config data provided.
+// DefaultsConfig declares ability to be initated without config data provided.
type DefaultsConfig interface {
// InitDefaults allows to init blank config with pre-defined set of default values.
InitDefaults() error