Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartWheater committed Apr 2, 2018
1 parent 2417e74 commit dcfd283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/data.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class DataService
this.datas = [ data0, data1, data2, data3 ];

const dataType0: DataType = new DataType('da00', 'Address', [ data0, data1 ]);
const dataType1: DataType = new DataType('da01', 'Contect', [ data2, data3 ]);
const dataType1: DataType = new DataType('da01', 'Content', [ data2, data3 ]);

this.dataTypes = [ dataType0, dataType1 ];
}
Expand Down

0 comments on commit dcfd283

Please sign in to comment.