Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo in home.html #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h4 style="margin-top: 5px;">Installation</h4>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a> (Only required if using <a href="https://github.com/inversify/InversifyJS#injecting-a-provider-asynchronous-factory">provider injection</a>)</li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy">Proxy</a> (Only required if using <a href="https://github.com/inversify/InversifyJS/blob/master/wiki/activation_handler.md">activation handlers</a>)</li>
</ul>
<p><strong>The <code>reflect-metadata</code> polyfill should be imported only once in your entire application</strong> because the Reflect object is mean to be a global singleton. More details about this can be found <a href="https://github.com/inversify/InversifyJS/issues/262#issuecomment-227593844">here</a>.</p>
<p><strong>The <code>reflect-metadata</code> polyfill should be imported only once in your entire application</strong> because the Reflect object is meant to be a global singleton. More details about this can be found <a href="https://github.com/inversify/InversifyJS/issues/262#issuecomment-227593844">here</a>.</p>
<p>If your environment don't support one of these you will need to import a shim or polyfill.</p>
<p>Check out the <a href="https://github.com/inversify/InversifyJS/blob/master/wiki/environment.md">Environment support and polyfills</a>
page in the wiki and the <a href="https://github.com/inversify/inversify-basic-example">Basic example</a> to learn more.</p>
Expand Down