Skip to content

Commit a1d0ee9

Browse files
committed
oops, missed one
1 parent d771eca commit a1d0ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TUTORIAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ return in every possible error case.*
10591059
- <a href="#user-content-never-expose-implementation-details">Rule:</a> Never expose implementation details in your API design.
10601060
- <a href="#user-content-design-around-business-domain">Rule:</a> Design your API around the business domain, not the implementation, user-interface, or legacy APIs.
10611061
- <a href="#user-content-easier-to-add-than-remove">Rule:</a> It's easier to add fields than to remove them.
1062-
- <a href="#user-content-business-object-types-implement-node" id="user-content-business-object-types-implement-node">Rule:</a> Major business-object types should always implement `Node`.
1062+
- <a href="#user-content-business-object-types-implement-node">Rule:</a> Major business-object types should always implement `Node`.
10631063
- <a href="#user-content-group-related-into-subobjects">Rule:</a> Group closely-related fields together into subobjects.
10641064
- <a href="#user-content-check-if-list-should-be-paginated">Rule:</a> Always check whether list fields should be paginated or not.
10651065
- <a href="#user-content-use-object-refs">Rule:</a> Always use object references instead of ID fields.

0 commit comments

Comments
 (0)