Skip to content

Commit

Permalink
fix typo "available"
Browse files Browse the repository at this point in the history
  • Loading branch information
varshithrajbasa authored Oct 1, 2023
1 parent e39efe7 commit bc83e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@
**[⬆ Back to Top](#table-of-contents)**
36. ### What is HttpClient and its benefits?
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.
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.
You can import in your root module as below:
```javascript
Expand Down

0 comments on commit bc83e26

Please sign in to comment.