We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed7000 commit 89e2ee2Copy full SHA for 89e2ee2
docs/coding-guidelines/framework-design-guidelines-digest.md
@@ -107,7 +107,7 @@ characters.
107
✓ **DO** name types and properties with nouns or noun phrases.
108
109
✓ **DO** name methods and events with verbs or verb phrases. Always give
110
-events names that have a concept of before and after using the present particle
+events names that have a concept of before and after using the present participle
111
and simple past tense. For example, an event that is raised before a `Form`
112
closes should be named `Closing`. An event raised after a `Form` is closed
113
should be named `Closed`.
0 commit comments