Skip to content

Commit

Permalink
fix(docs): fix typo (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed authored and valorkin committed Jun 14, 2016
1 parent 0ce4328 commit 7ddd532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/modal/readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### Usage
```typescript
import { MODAL_DIRECTVES } from 'ng2-bootstrap/ng2-bootstrap';
import { MODAL_DIRECTIVES } from 'ng2-bootstrap/ng2-bootstrap';
// or
import { MODAL_DIRECTVES } from 'ng2-bootstrap/components/modal';
import { MODAL_DIRECTIVES } from 'ng2-bootstrap/components/modal';
```

### Annotations
Expand Down

0 comments on commit 7ddd532

Please sign in to comment.