From 9277dab1e86aa2690f9d0bfb4ea715cf2274a760 Mon Sep 17 00:00:00 2001 From: Chandrika Deb Date: Wed, 13 Apr 2022 20:52:22 +0530 Subject: [PATCH] Fix typo (#1318) --- docs/content/tutorial/2-adding-custom-functionality.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/2-adding-custom-functionality.md b/docs/content/tutorial/2-adding-custom-functionality.md index 613afb522a..90e8c43a7e 100644 --- a/docs/content/tutorial/2-adding-custom-functionality.md +++ b/docs/content/tutorial/2-adding-custom-functionality.md @@ -16,7 +16,7 @@ The custom functionality will do a number of things: ## Services -We will begin our custom implementation by adding a custom service. In you project create a new file at `/src/services/welcome.js`. Open the newly created file and add a class: +We will begin our custom implementation by adding a custom service. In your project create a new file at `/src/services/welcome.js`. Open the newly created file and add a class: ```javascript import { BaseService } from "medusa-interfaces"