From 921a1641413559c207fb2ce58061dd9832d3ca07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?antoine=20beau=E1=B5=9B=E1=B5=83=E1=B4=B5=CB=A2=E2=81=BBla?= =?UTF-8?q?c=E1=B5=83=CB=A2=CB=A2=E1=B5=89?= Date: Fri, 19 May 2017 17:04:02 -0400 Subject: [PATCH] Fix WeakMap typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bab28f2..5652c90 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ About [90 loc](https://github.com/tjoskar/ng2-lazyload-image/blob/master/src/laz Demo: http://tjoskar.github.io/ng2-lazyload-image/ ### Requirement -The browser you targeting need to have support of `WeepMap`. If you need to support an older browser (like IE or Safari) you will need to include polyfill for `WeekMap` (see https://github.com/zloirock/core-js for example). +The browser you targeting need to have support of `WeakMap`. If you need to support an older browser (like IE or Safari) you will need to include polyfill for `WeakMap` (see https://github.com/zloirock/core-js for example). ### Installation ```