diff --git a/examples/config/main.go b/examples/config/main.go index 5947bc649..4d69bd50f 100644 --- a/examples/config/main.go +++ b/examples/config/main.go @@ -27,7 +27,7 @@ func main() { // Defines the config JSON Field var v struct { - Serivce struct { + Service struct { Name string `json:"name"` Version string `json:"version"` } `json:"service"`