Update services.md (#20604)

Fixed a typo.
pull/20616/head
Brenda Harjala 6 years ago committed by Daniel Lee
parent 161f481f12
commit 662e514f1d
  1. 2
      contribute/architecture/services.md

@ -32,7 +32,7 @@ The `Init` method is used to initialize and configure the service to make it rea
Every service needs to be registered with the application for it to be included in the service graph.
To register a service, call the `registry.RegisterService` function in a `init` function within your package.
To register a service, call the `registry.RegisterService` function in an `init` function within your package.
```go
func init() {

Loading…
Cancel
Save