From 9019621d9fddde1909106056c850705c8bac244a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Thu, 1 Apr 2021 21:26:06 +0300 Subject: [PATCH 1/2] Update Upgrading-Startup-Template.md --- docs/en/Migration-Guides/Upgrading-Startup-Template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Migration-Guides/Upgrading-Startup-Template.md b/docs/en/Migration-Guides/Upgrading-Startup-Template.md index ae52c52f42..0b7bbe8aa0 100644 --- a/docs/en/Migration-Guides/Upgrading-Startup-Template.md +++ b/docs/en/Migration-Guides/Upgrading-Startup-Template.md @@ -84,5 +84,5 @@ Comparison result clearly shows the necessary changes should be done on upgrade. ## Notes * Sometimes, you may find some changes are unnecessary for your own solution. You may deleted these or already customized. In these cases, you can just ignore it. -* If you do not upgrade your solution as described in this document, your application will continue to work as long as you implement the breaking changes documented in the [migration guide](Index.md). +* If you do not upgrade your solution as described in this document, your application will continue to work as long as you implement the breaking changes documented in the [migration guide](Index.md). However, you may not get benefit of some new features those require changes in your solution files. * Most of the times, there will be a few or no differences on the startup templates. When there are important changes, we write a note to the related migration guide, so you apply them manually. \ No newline at end of file From 060220c7656775c7b54bf74140f388ae929b0623 Mon Sep 17 00:00:00 2001 From: fafa <34020077+ilovefafa@users.noreply.github.com> Date: Fri, 2 Apr 2021 09:46:49 +0800 Subject: [PATCH 2/2] Update HTTP-Requests.md spelling mistake --- docs/en/UI/Angular/HTTP-Requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/UI/Angular/HTTP-Requests.md b/docs/en/UI/Angular/HTTP-Requests.md index aeb55578b8..0d7e65217d 100644 --- a/docs/en/UI/Angular/HTTP-Requests.md +++ b/docs/en/UI/Angular/HTTP-Requests.md @@ -101,7 +101,7 @@ postFoo(body: Foo) { -You may [check here](https://github.com/abpframework/abp/blob/dev/npm/ng-packs/packages/core/src/lib/models/rest.ts#L23) for complete `Rest.Request` type, which has only a few chages compared to [HttpRequest](https://angular.io/api/common/http/HttpRequest) class in Angular. +You may [check here](https://github.com/abpframework/abp/blob/dev/npm/ng-packs/packages/core/src/lib/models/rest.ts#L23) for complete `Rest.Request` type, which has only a few changes compared to [HttpRequest](https://angular.io/api/common/http/HttpRequest) class in Angular.