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] 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.