docs: fixed typo in local development guide (#3977)

Co-authored-by: karthikm <karthik.m@vttech.in>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
Karthik
2023-05-02 10:58:28 +03:00
committed by GitHub
co-authored by karthikm Shahed Nasser
parent ea468ad8c0
commit 2895061366
@@ -10,7 +10,7 @@ In this document, you’ll learn how to customize Medusa’s core and run tests.
As an open-source platform, Medusa’s core can be completely customized.
Whether you want to implement something differently, introduce a new future as part of Medusa’s core or any of the other packages, or contribute to Medusa, this guide helps you learn how to run Medusa’s integration tests, as well as test your own Medusa core in a local backend.
Whether you want to implement something differently, introduce a new feature as part of Medusa’s core or any of the other packages, or contribute to Medusa, this guide helps you learn how to run Medusa’s integration tests, as well as test your own Medusa core in a local backend.
### Medusa Repository Overview