From 3ced14383865e2254c51b60b1d8f824ff364a977 Mon Sep 17 00:00:00 2001
From: albert <9526587+ebicoglu@users.noreply.github.com>
Date: Wed, 19 Jan 2022 10:08:29 +0300
Subject: [PATCH] documentation should be singular
---
.../AbpIoLocalization/Www/Localization/Resources/en-GB.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en-GB.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en-GB.json
index b48fac8704..e91d80a0ca 100644
--- a/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en-GB.json
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Www/Localization/Resources/en-GB.json
@@ -168,7 +168,7 @@
"JoinTheABPCommunityInfo": "Get involved with a vibrant community and become a contributor to the ABP Framework!",
"AllPosts": "All Posts",
"SubmitYourPost": "Submit Your Post",
- "DynamicClientProxyDocument": "See the dynamic client proxy documentations for JavaScript & C#.",
+ "DynamicClientProxyDocument": "See the dynamic client proxy documentation for JavaScript & C#.",
"EmailSMSAbstractionsDocument": "See the emailing and SMS sending documents for more information.",
"CreateProjectWizard": "This wizard creates a new project from the startup template which is properly configured to jump start to your project.",
"TieredOption": "Creates a tiered solution where Web and Http API layers are physically separated. If not checked, creates a layered solution which is less complex and suitable for most scenarios.",