Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/grid-list/grid-list-errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class MdGridListColsError extends MdError {
*/
export class MdGridTileTooWideError extends MdError {
constructor(cols: number, listLength: number) {
super(`Tile with colspan ${cols} is wider than grid with cols="${listLength}".`);
super(`md-grid-list: tile with colspan ${cols} is wider than grid with cols="${listLength}".`);
}
}

Expand Down
Loading