Skip to content

Commit 33781c5

Browse files
authored
fix typo "falase" -> "false"
1 parent 96eafee commit 33781c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Other modules in your application like for lazy loading import ` MatSelectCountr
124124
| icon | `Input()` | `string` | `add` | material icon string e.g: home, mail, phone [see more](https://material.io/resources/icons/?style=baseline)
125125
| direction | `Input()` | `MatFabMenuDirection` | `top` | the direction of buttons: `'top' | 'bottom' | 'left' | 'right';`
126126
| color | `Input()` | `ThemePalette` | `accent` | the color of the main fab: primary, accent or warn
127-
| isActive | `Input()` | `boolean` | `falase` | Whether the component is active
127+
| isActive | `Input()` | `boolean` | `false` | Whether the component is active
128128
| disabled | `Input()` | `boolean` | `false` | Whether the component is disabled
129129
| closeAfterSelection | `Input()` | `boolean` | `true` | Close after selecting a fab menu item
130130
| onFabMenuItemSelected | `Output()` | `EventEmitter<string \| number>` | - | emits the selected button by id

0 commit comments

Comments
 (0)