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 13:28:28 +05:30
committed by GitHub
parent ea468ad8c0
commit 2895061366

View File

@@ -10,7 +10,7 @@ In this document, youll learn how to customize Medusas core and run tests.
As an open-source platform, Medusas core can be completely customized.
Whether you want to implement something differently, introduce a new future as part of Medusas core or any of the other packages, or contribute to Medusa, this guide helps you learn how to run Medusas 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 Medusas core or any of the other packages, or contribute to Medusa, this guide helps you learn how to run Medusas integration tests, as well as test your own Medusa core in a local backend.
### Medusa Repository Overview