Skip to content

Commit c70a2fb

Browse files
committed
docs(toast): update readme
1 parent e311969 commit c70a2fb

File tree

1 file changed

+1
-1
lines changed
  • projects/igniteui-angular/src/lib/toast

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/toast/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can set the `positon` property to `top`, `middle`, or `bottom`, which will p
3232
## Toast with different content
3333

3434
```html
35-
<igx-toast #toast [position]="bottom">
35+
<igx-toast #toast position="bottom">
3636
<igx-icon>notifications</igx-icon>
3737
This message will self-destruct in 4 seconds.
3838
</igx-toast>

0 commit comments

Comments
 (0)