docs: change title in Create a Service documentation (#2201)

Change title in Create a Service documentation
This commit is contained in:
sabakhilji
2022-09-14 03:37:47 -04:00
committed by GitHub
parent eb3b02baf4
commit 2bfde7d787

View File

@@ -43,9 +43,9 @@ async getProductCount() {
}
```
## Using a Service
## Use a Service
You can use core and custom services throughout your Medusa server.
In this section, you'll learn how to use services throughout your Medusa server. This includes both Medusa's services and your custom services.
:::note