Skip to content

Commit d979613

Browse files
committed
Pluralizes person noun
1 parent 8b8b027 commit d979613

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/readme.graph.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,11 @@ directive:
165165
subject: ^(.*)List(.*)(As.*)$
166166
set:
167167
subject: $1$2$3
168+
- where:
169+
verb: Get|New|Remove|Update
170+
subject: ^(Admin)(Person)
171+
set:
172+
subject: AdminPeople
168173
# Remove *AvailableExtensionProperty commands except those bound to DirectoryObject.
169174
- where:
170175
subject: ^(?!DirectoryObject).*AvailableExtensionProperty$

0 commit comments

Comments
 (0)