Skip to content

Commit 419208a

Browse files
Judp0mjelbourn
authored andcommitted
docs(menu): fix typo into README (#938)
Typo in import statement
1 parent 8da751c commit 419208a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/menu/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You'll also want to import the menu directives and add them to your component's
2424

2525
*my-comp.component.ts*
2626
```ts
27-
import {MD_MENU_DIRECTIVES} fom '@angular2-material/menu';
27+
import {MD_MENU_DIRECTIVES} from '@angular2-material/menu';
2828

2929
@Component({
3030
...

0 commit comments

Comments
 (0)