Skip to content

Commit 669e466

Browse files
authored
Minor grammar edit to DataSourceUpdateMode (#4460)
Minor grammar edit
1 parent 35f38a9 commit 669e466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Windows.Forms/DataSourceUpdateMode.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
When the update mode is Never, you can force the data source to be updated by using the <xref:System.Windows.Forms.Binding.WriteValue%2A> method.
2626
2727
> [!NOTE]
28-
> Even when the update mode is set to Never, the data source will be updated when the binding is first created, so at that least one update will always occur.
28+
> Even when the update mode is set to Never, the data source will be updated when the binding is first created, so at least one update will always occur.
2929
3030
]]></format>
3131
</remarks>

0 commit comments

Comments
 (0)