Fix typo in Plugins in Medusa doc (#414)

This commit is contained in:
ps-89
2021-09-22 22:07:50 +05:30
committed by GitHub
parent 84343c88e3
commit a8f06a49d7

View File

@@ -10,7 +10,7 @@ The purpose of this guide is to give an introduction to the structure of a plugi
Plugins offer a way to extend and integrate the core functionality of Medusa.
In most commerce solutions, you can extend the basic features but it often comes with the expense of having to build standalone web applications. Our architecture is built such that plugins run within the same process as the core eliminating the need for extra server capacaity, infrastructure and maintenance. As a result, the plugins can use all other services as dependencies and access the database.
In most commerce solutions, you can extend the basic features but it often comes with the expense of having to build standalone web applications. Our architecture is built such that plugins run within the same process as the core eliminating the need for extra server capacity, infrastructure and maintenance. As a result, the plugins can use all other services as dependencies and access the database.
> You will notice that plugins vary in naming. The name should signal what functionality they provide.