Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
igorT committed May 29, 2019
1 parent 724f02a commit 2d532e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0000-custom-model-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ interface AttributesDefinition {

interface SchemaDefinitionService {
// Following the existing RD implementation
attributesDefitionFor(identifier: RecordIdentifier | type: string): AttributesDefiniton
attributesDefinitonFor(identifier: RecordIdentifier | type: string): AttributesDefiniton

// Following the existing RD implementation
relationshipsDefinitionFor(identifier: RecordIdentifier | type: string): RelationshipsDefinition
Expand Down

0 comments on commit 2d532e2

Please sign in to comment.