Skip to content

Commit d29a2a6

Browse files
authored
Merge pull request #82 from varshithrajbasa/master
fix typo "available"
2 parents e39efe7 + bc83e26 commit d29a2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@
967967
**[⬆ Back to Top](#table-of-contents)**
968968
969969
36. ### What is HttpClient and its benefits?
970-
Most of the Front-end applications communicate with backend services over `HTTP` protocol using either `XMLHttpRequest` interface or the `fetch()` API. Angular provides a simplified client HTTP API known as `HttpClient` which is based on top of `XMLHttpRequest` interface. This client is avaialble from `@angular/common/http` package.
970+
Most of the Front-end applications communicate with backend services over `HTTP` protocol using either `XMLHttpRequest` interface or the `fetch()` API. Angular provides a simplified client HTTP API known as `HttpClient` which is based on top of `XMLHttpRequest` interface. This client is available from `@angular/common/http` package.
971971
You can import in your root module as below:
972972
973973
```javascript

0 commit comments

Comments
 (0)