Skip to content

Commit

Permalink
Fix typos (#827)
Browse files Browse the repository at this point in the history
It means to relate to the facts or judgments of the latter section with vague questions.
(어떤 값이던 간에 값을 노출시킵니다.(X) )

It means that there is no difference in which one is selected.
(어떤 값이든 간에 값을 노출시킵니다.(O) )

(어떤 값이던 (X) => 어떤 값이든(O) )
  • Loading branch information
HACCP92 committed Jul 12, 2023
1 parent 6ca32e2 commit 9f66261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/translations/ko-KR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ ChangeNotifierProvider<ProviderInterface>(

| 이름 | 설명 |
| ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Provider](https://pub.dartlang.org/documentation/provider/latest/provider/Provider-class.html) | The most 기본적인 provider 형태. 어떤 값이던 간에 값을 노출시킵니다. |
| [Provider](https://pub.dartlang.org/documentation/provider/latest/provider/Provider-class.html) | The most 기본적인 provider 형태. 어떤 값이든 간에 값을 노출시킵니다. |
| [ListenableProvider](https://pub.dartlang.org/documentation/provider/latest/provider/ListenableProvider-class.html) | Listenable 객체를 위한 특수한 provider. ListenableProvider는 listener가 호출될 때마다 오브젝트를 수신하고 오브젝트에 종속된 위젯을 재구성하도록 요청합니다. |
| [ChangeNotifierProvider](https://pub.dartlang.org/documentation/provider/latest/provider/ChangeNotifierProvider-class.html) | ChangeNotifier용 ListenableProvider 사양. 필요할 때 자동으로 `ChangeNotifier.dispose`를 호출합니다. |
| [ValueListenableProvider](https://pub.dartlang.org/documentation/provider/latest/provider/ValueListenableProvider-class.html) | ValueListenable을 수신하고, `ValueListenable.value`만을 노출합니다. |
Expand Down

0 comments on commit 9f66261

Please sign in to comment.