From 9cf88db2bf07e7047ce9fea32753d52a9c331d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Thu, 17 Dec 2020 12:33:44 +0300 Subject: [PATCH] Update PlugIn-Modules.md --- docs/en/PlugIn-Modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/PlugIn-Modules.md b/docs/en/PlugIn-Modules.md index 83a03fb3d8..5df505ade0 100644 --- a/docs/en/PlugIn-Modules.md +++ b/docs/en/PlugIn-Modules.md @@ -53,4 +53,4 @@ There are two more built-in Plug-In Source implementations: * `PlugInSources.AddFiles()` gets a list of assembly (typically `dll`) files. This is a shortcut of using `FilePlugInSource` class. * `PlugInSources.AddTypes()` gets a list of module class types. If you use this, you need to load the assemblies of the modules yourself, but it provides flexibility when needed. This is a shortcut of using `TypePlugInSource` class. -If you need, you can implement your own `IPlugInSource` implementation and add to the `options.PlugInSources` just like the others. \ No newline at end of file +If you need, you can create your own `IPlugInSource` implementation and add to the `options.PlugInSources` just like the others. \ No newline at end of file