Skip to content

Commit 365f3c2

Browse files
authored
Merge pull request #51 from mohammadaliez/master
Fix typo in #38
2 parents 9556574 + fd210e4 commit 365f3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ You can download the PDF and Epub version of this repository from the latest run
10301030
**[⬆ Back to Top](#table-of-contents)**
10311031
10321032
38. ### How can you read full response?
1033-
The response body doesn't may not return full response data because sometimes servers also return special headers or status code which which are important for the application workflow. Inorder to get full response, you should use observe option from HttpClient,
1033+
The response body doesn't may not return full response data because sometimes servers also return special headers or status code which are important for the application workflow. Inorder to get full response, you should use observe option from HttpClient,
10341034
10351035
```javascript
10361036
getUserResponse(): Observable<HttpResponse<User>> {

0 commit comments

Comments
 (0)