Skip to content

Commit 9927677

Browse files
committed
Address feedback
1 parent 564d41b commit 9927677

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/lib/toolbar/toolbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ inside of a `<md-toolbar>`.
3131
</md-toolbar>
3232
```
3333

34-
**Note**: Placing content outside of a `<md-toolbar-row>` when multiple rows are specified, is not
34+
**Note**: Placing content outside of a `<md-toolbar-row>` when multiple rows are specified is not
3535
supported.
3636

3737
### Positioning toolbar content

src/lib/toolbar/toolbar.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export class MdToolbarRow {}
4242
inputs: ['color'],
4343
host: {
4444
'class': 'mat-toolbar',
45-
'role': 'toolbar',
4645
'[class.mat-toolbar-multiple-rows]': 'this._toolbarRows.length',
4746
'[class.mat-toolbar-single-row]': '!this._toolbarRows.length'
4847
},

0 commit comments

Comments
 (0)