From e22ff21d699e3966787aa7a2e40655d2d568f691 Mon Sep 17 00:00:00 2001 From: seandotau Date: Wed, 10 Jun 2020 22:08:34 +1000 Subject: [PATCH] Update plugin_manager.md Updated typo. --- docs/plugin_manager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugin_manager.md b/docs/plugin_manager.md index 9c95b45661..9a5e8d8ead 100644 --- a/docs/plugin_manager.md +++ b/docs/plugin_manager.md @@ -4,7 +4,7 @@ Plugin Manager ## Everything is a PLUGIN in Remix In order to integrate new tools made by us and by ...you into Remix, we've now made everything a plugin. -This architcture will also allow Remix or just parts of Remix to be integrated into other projects (your's for example). +This architecture will also allow Remix or just parts of Remix to be integrated into other projects (your's for example). This means that you only load the functionality you need.