Skip to content

Commit 04b14c5

Browse files
Update content/techniques/http-module.md
1 parent b8c0eaa commit 04b14c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/http-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export class CatsService {
148148
}
149149
```
150150

151-
#### Full Example
151+
#### Full example
152152

153153
Since the return of `HttpService` is an Observable, we can use `rxjs` `firstValueFrom` or `lastValueFrom` to retrieve the data of the request in the form of a promise.
154154

0 commit comments

Comments
 (0)