Skip to content

Commit f47f452

Browse files
Update GuidelinesGraph.md
Fix grammar
1 parent af4e80a commit f47f452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/GuidelinesGraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ For a complete mapping of error codes to HTTP statuses, see
336336
### Limitations on core types
337337

338338
The types `user`, `group`, and `device` should not have any new structural property(s) added, without compelling justification.
339-
Instead, model the concept represented in those property(s) as a new entity, and do one of the following:
339+
Instead, model the concept represented in those property(s) as a new entity and do one of the following:
340340
1. Add navigation from `user`, `group`, or `device` to the new entity.
341341
2. Add a navigation from the new entity to `user`, `group` or `device`.
342342

0 commit comments

Comments
 (0)