Skip to content

Commit 2ca37ff

Browse files
Update GuidelinesGraph.md
1 parent cc8a934 commit 2ca37ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graph/GuidelinesGraph.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,8 @@ For a complete mapping of error codes to HTTP statuses, see
337337

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

343343
More details and examples are available in [Core types](./articles/coreTypes.md).
344344

0 commit comments

Comments
 (0)