From dc105b9a05cbd80d2499b8bd59b62c032f916e75 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Wed, 9 Feb 2022 15:33:07 +0530 Subject: [PATCH] Updated typo in docs (#1018) --- docs/content/tutorial/1-creating-your-medusa-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/1-creating-your-medusa-server.md b/docs/content/tutorial/1-creating-your-medusa-server.md index 325ab32f6d..f8ac5a20fb 100644 --- a/docs/content/tutorial/1-creating-your-medusa-server.md +++ b/docs/content/tutorial/1-creating-your-medusa-server.md @@ -10,7 +10,7 @@ With the required software installed on your computer you are ready to start wor In this part of the tutorial we will setup the skeleton for a Medusa store and will be making the first requests to your Medusa server. -Once you have completed this part of the tutorial you will have a powerful backend for digital commerce experiences. The server will be capable of handling orders, ensuring payments are going through, keeping basic product and customer data in sync, etc. You can use on of the frontend starters to quickly hook up your server to a presentation layer ([Gatsby](https://github.com/medusajs/gatsby-starter-medusa) or [Next](https://github.com/medusajs/nextjs-starter-medusa)). +Once you have completed this part of the tutorial you will have a powerful backend for digital commerce experiences. The server will be capable of handling orders, ensuring payments are going through, keeping basic product and customer data in sync, etc. You can use one of the frontend starters to quickly hook up your server to a presentation layer ([Gatsby](https://github.com/medusajs/gatsby-starter-medusa) or [Next](https://github.com/medusajs/nextjs-starter-medusa)). ## Setup a Medusa project