From 8a998d2eb15211d124cfd0f798fb7bbb5e3d0d61 Mon Sep 17 00:00:00 2001 From: Kathy Walrath Date: Mon, 2 Mar 2015 14:50:14 -0800 Subject: [PATCH] fix typo in js _data.json file --- public/docs/js/latest/_data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/js/latest/_data.json b/public/docs/js/latest/_data.json index 155fe09c17..ef0ce55dad 100644 --- a/public/docs/js/latest/_data.json +++ b/public/docs/js/latest/_data.json @@ -3,7 +3,7 @@ "icon": "home", "title": "Angular Docs", "menuTitle": "Docs Home", - "banner": "Angular 2 is currently in Alpha Preview. We reccomend using Angular 1.X for production applications." + "banner": "Angular 2 is currently in Alpha Preview. We recommend using Angular 1.X for production applications." }, "quickstart": { @@ -26,4 +26,4 @@ "icon": "chat", "title": "Help & Support" } -} \ No newline at end of file +}