Skip to content

Commit

Permalink
Update zh-CN/README.md (#836)
Browse files Browse the repository at this point in the history
In the English documentation, the term 'Providers' is used to represent all Provider-related functionalities. However, in the Chinese documentation, the term used is 'Provider.' This might potentially create ambiguity for those who solely rely on the Chinese documentation and could mislead beginners into thinking that the `Provider` class can perform watch.

This pr highlights the distinction between the collective term "Providers" and the specific usage of the `Provider` class in both English and Chinese documentation.
  • Loading branch information
Guo8a authored Sep 12, 2023
1 parent 9f66261 commit 50e0158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/translations/zh-CN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

#### 暴露一个新的对象实例

Provider 不仅可以暴露出一个值,同时也可以创建、监听和销毁它。
Providers 不仅可以暴露出一个值,同时也可以创建、监听和销毁它。

要暴露一个新创建的对象,你可以使用这个 provider 的默认构造。
而如果你想在开始监听时再 **创建** 一个对象,
Expand Down

0 comments on commit 50e0158

Please sign in to comment.