Skip to content

Commit 3f418c3

Browse files
metanavjelbourn
authored andcommitted
chore(snackbar): fix typo in readme (#1493)
1 parent 673e7cc commit 3f418c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/snack-bar/README.md

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

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

1111
### Config
1212

@@ -35,4 +35,4 @@ export class MyComponent {
3535
}
3636

3737
}
38-
```
38+
```

0 commit comments

Comments
 (0)