From 7f978ac449d529df04a1dba460910cb54c97c936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bengt=20Wei=C3=9Fe?= Date: Sat, 19 May 2018 19:37:31 +0200 Subject: [PATCH] chore(): fix changelog typo fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c90fb00ce..d3599e00a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Bug Fixes * **all:** strong typing for color ([618f708](https://github.com/ionic-team/ionic/commit/618f708)) -* **angula:** platform logic belongs to core ([af5db2f](https://github.com/ionic-team/ionic/commit/af5db2f)) +* **angular:** platform logic belongs to core ([af5db2f](https://github.com/ionic-team/ionic/commit/af5db2f)) * **angular:** build script ([a88e1e8](https://github.com/ionic-team/ionic/commit/a88e1e8)) * **angular:** params are assigned to props ([7fa6e43](https://github.com/ionic-team/ionic/commit/7fa6e43)) * **angular:** populated the platforms array ([#14466](https://github.com/ionic-team/ionic/issues/14466)) ([d177087](https://github.com/ionic-team/ionic/commit/d177087))