Skip to content

Commit cde9ab3

Browse files
TimKlein87tinayuangao
authored andcommitted
chore: fix typo in snackbar readme (#1961)
1 parent 77a960c commit cde9ab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/snack-bar/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| Name | Description |
77
| --- | --- |
8-
| `open(message: string,<br> actionLabel: string, config: MdSnackBarConfig): MdSnackBarRef<SimpleSnackBar>` | Creates and opens a simple snack bar notification matching material spec. |
8+
| `open(message: string, actionLabel: string, config: MdSnackBarConfig): MdSnackBarRef<SimpleSnackBar>` | Creates and opens a simple snack bar notification matching material spec. |
99
| `openFromComponent(component: ComponentType<T>, config: MdSnackBarConfig): MdSnackBarRef<T>` | Creates and opens a snack bar notification with a custom component as content. |
1010

1111
### Config
@@ -22,7 +22,7 @@
2222
The service can be injected in a component.
2323
```ts
2424
@Component({
25-
selector: 'my-component'
25+
selector: 'my-component',
2626
providers: [MdSnackBar]
2727
})
2828
export class MyComponent {

0 commit comments

Comments
 (0)