Commit 662e514f by Brenda Harjala Committed by Daniel Lee

Update services.md (#20604)

Fixed a typo.
parent 161f481f
......@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment