From 1c03dd539d15baed2c01296a6d5a52b9bcee337a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Vod=C3=A1=C4=8Dek?= Date: Thu, 20 Jun 2019 15:45:42 +0300 Subject: [PATCH] fix typo in home.html --- pages/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.