Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
remojansen authored Jun 23, 2016
1 parent 6549fd2 commit fe6f296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ $ typings install --save --global dt~bluebird
The relect-metadata polyfill can be importing as follows:

```ts
import "relect-metadata";
import "reflect-metadata";
```

> **The `relect-metadata` polyfill should be imported only once in your entire application** because the Reflect object is mean to be a global singleton. More details about this can be found [here](https://github.com/inversify/InversifyJS/issues/262#issuecomment-227593844).
> **The `reflect-metadata` polyfill should be imported only once in your entire application** because the Reflect object is mean to be a global singleton. More details about this can be found [here](https://github.com/inversify/InversifyJS/issues/262#issuecomment-227593844).
InversifyJS requires the following TypeScript compilation options in your `tsconfig.json` file:

Expand Down

0 comments on commit fe6f296

Please sign in to comment.