Skip to content

Commit 83c5bdc

Browse files
committed
fix typo
1 parent 4b10488 commit 83c5bdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assets/blog/angular-resource-rxresource-httpresource-introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,13 +296,13 @@ export class UsersComponent {
296296

297297
{% note info %}
298298

299-
以個人最近使用 Resource 相關 API 的經驗來說,真的確實少寫很多 RxJS operators 了,身為曾經是本 RxJS 書籍的作者來說,心裡真是五味陳雜啊...
299+
以個人最近使用 Resource 相關 API 的經驗來說,真的確實少寫很多 RxJS operators 了,身為曾經是本 RxJS 書籍的作者來說,心裡真是五味雜陳啊...
300300

301301
當然不是說 RxJS 就用不到了,比較複雜的情境還是 RxJS 的天下,但在大部分的常見情境下,Resource + Signals 已經可以搞定絕大多數的工作了。
302302

303303
{% endnote %}
304304

305-
## 本日小節
305+
## 本日小結
306306

307307
`resource` / `rxResource` / `httpResource` 的出現,代表 Angular 在 reactive programming 以及非同步程式設計的發展道路上又向前邁進了一大步。
308308

0 commit comments

Comments
 (0)