Skip to content

Commit 0a577ae

Browse files
committed
fix(migrate): apply patchValue case fix in reactive-forms.md
1 parent c152578 commit 0a577ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adev-ja/src/content/guide/forms/reactive-forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Just as a form group contains a group of controls, the _profileForm_ `FormGroup`
231231

232232
ユーザーがボタンをクリックすると、`profileForm` モデルが、`firstName``street` の新しい値で更新されます。`street` は、`address` プロパティ内のオブジェクトで提供されることに注意してください。
233233
これは、`patchValue()` メソッドが、モデル構造に対して更新を適用するためです。
234-
`PatchValue()` は、フォームモデルで定義されているプロパティのみを更新します。
234+
`patchValue()` は、フォームモデルで定義されているプロパティのみを更新します。
235235

236236
## FormBuilder サービスを使用してコントロールを生成する
237237

0 commit comments

Comments
 (0)