Skip to content

Commit 89e2ee2

Browse files
authored
Correct typo in framework-design-guidelines-digest.md
Corrected typo in "present participle"
1 parent bed7000 commit 89e2ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/coding-guidelines/framework-design-guidelines-digest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ characters.
107107
✓ **DO** name types and properties with nouns or noun phrases.
108108

109109
✓ **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
110+
events names that have a concept of before and after using the present participle
111111
and simple past tense. For example, an event that is raised before a `Form`
112112
closes should be named `Closing`. An event raised after a `Form` is closed
113113
should be named `Closed`.

0 commit comments

Comments
 (0)