From f86b37dc02faf1d1134d80f5d268343118c62023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Fri, 17 Jul 2020 12:19:07 +0300 Subject: [PATCH] Update Options.md --- docs/en/Options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Options.md b/docs/en/Options.md index 20168bdbe3..b4f4f09140 100644 --- a/docs/en/Options.md +++ b/docs/en/Options.md @@ -80,7 +80,7 @@ If you are developing a module, you may need to allow developers to set some opt For such cases, ABP introduces the `PreConfigure` and the `ExecutePreConfiguredActions` extension methods for the `IServiceCollection`. The pattern works as explained below. -1. Define a plan option class in your module. Example: +Define a pre option class in your module. Example: ````csharp public class MyPreOptions