Skip to content

Commit

Permalink
fix(index.d.ts): Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
otbe authored and Khaledgarbaya committed Jun 9, 2017
1 parent 6cf1e83 commit e03fd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export interface Asset {
file: {
url: string;
details: any;
fileNmae: string;
fileName: string;
contentType: string;
};
};
Expand Down

0 comments on commit e03fd23

Please sign in to comment.