From 31699f47fa44afe436b44b2bb2a39dc16c96aa4d Mon Sep 17 00:00:00 2001 From: Berkan Sasmaz Date: Mon, 7 Nov 2022 09:47:41 +0300 Subject: [PATCH] fix typo --- .../Upgrade-Your-Existing-Projects-to-Dotnet7.md | 4 ++-- docs/en/JSON.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/Community-Articles/2022-10-27-Dotnet7-Upgrade/Upgrade-Your-Existing-Projects-to-Dotnet7.md b/docs/en/Community-Articles/2022-10-27-Dotnet7-Upgrade/Upgrade-Your-Existing-Projects-to-Dotnet7.md index 1fcdd78cd5..26aa115e3b 100644 --- a/docs/en/Community-Articles/2022-10-27-Dotnet7-Upgrade/Upgrade-Your-Existing-Projects-to-Dotnet7.md +++ b/docs/en/Community-Articles/2022-10-27-Dotnet7-Upgrade/Upgrade-Your-Existing-Projects-to-Dotnet7.md @@ -12,7 +12,7 @@ When I wrote this article, the latest .NET version was `7.0.0-rc.2`. So some of ## Install .NET7 SDK -If you are on your development computer, then you need to install the .NET7 SDK `7.x.x`. For the production servers, you need to install the .NET 7 runtimes. Download link for the .NET7 SDK and runtimes is: +If you are on your development computer, then you need to install the .NET7 SDK `7.x.x`. For the production servers, you need to install the .NET 7 runtime. Download link for the .NET7 SDK and runtime is: * https://dotnet.microsoft.com/en-us/download/dotnet/7.0 @@ -252,7 +252,7 @@ For this update, you can check out the following commit as an example: ## ABP Framework .NET 7 Update -In [ABP Framework repository](https://github.com/abpframework/abp), we pdated all our dependencies from .NET 6 to .NET 7. +In [ABP Framework repository](https://github.com/abpframework/abp), we updated all our dependencies from .NET 6 to .NET 7. Not all the changes are here, but you can check out the following PR of the .NET 7 update: * [github.com/abpframework/abp/pull/13626/files](https://github.com/abpframework/abp/pull/13626/files) diff --git a/docs/en/JSON.md b/docs/en/JSON.md index 283690c2e1..27693bafda 100644 --- a/docs/en/JSON.md +++ b/docs/en/JSON.md @@ -61,7 +61,7 @@ Properties: ## Newtonsoft -Add [Volo.Abp.Json.Newtonsoft](https://www.nuget.org/packages/Volo.Abp.Json.Newtonsoft) packge and depends on `AbpJsonNewtonsoftModule` to replace the `System Text Json`. +Add [Volo.Abp.Json.Newtonsoft](https://www.nuget.org/packages/Volo.Abp.Json.Newtonsoft) package and depends on `AbpJsonNewtonsoftModule` to replace the `System Text Json`. #### AbpNewtonsoftJsonSerializerOptions