diff --git a/pages/home.html b/pages/home.html index 6a3988b..d22438f 100644 --- a/pages/home.html +++ b/pages/home.html @@ -127,7 +127,7 @@

Installation

  • Promise (Only required if using provider injection)
  • Proxy (Only required if using activation handlers)
  • -

    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.

    +

    The reflect-metadata polyfill should be imported only once in your entire application because the Reflect object is meant to be a global singleton. More details about this can be found here.

    If your environment don't support one of these you will need to import a shim or polyfill.

    Check out the Environment support and polyfills page in the wiki and the Basic example to learn more.