Skip to content

Commit 39ef869

Browse files
author
Felicity Chapman
committed
Fix partial edit - thanks Tom
1 parent f9612a8 commit 39ef869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/Bad Practices/Naming Conventions/DefaultControlNames.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<qhelp>
55
<overview>
66
<p>This query identifies Windows form controls that have a default name such as <code>textBox1</code>
7-
. Replacing the default names with names that describe their purpose makes it much easier to for other
7+
. Replacing the default names with names that describe their purpose makes it much easier for other
88
developers to understand your code.</p>
99

1010
</overview>

0 commit comments

Comments
 (0)