From 44ed33c8378831e544d8485ade58efcf6de6b192 Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Wed, 12 Oct 2016 15:31:26 -0700 Subject: [PATCH] docs(changelog): fix title in v.2.1.0 announcement --- public/docs/ts/latest/guide/change-log.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/change-log.jade b/public/docs/ts/latest/guide/change-log.jade index 667c1c3d05..637f604ea4 100644 --- a/public/docs/ts/latest/guide/change-log.jade +++ b/public/docs/ts/latest/guide/change-log.jade @@ -7,7 +7,7 @@ block includes The Angular documentation is a living document with continuous improvements. This log calls attention to recent significant changes. - ## Sync with Angular v.2.0.2 (2016-10-12) + ## Sync with Angular v.2.1.0 (2016-10-12) Docs and code samples updated and tested with Angular v.2.1.0 ## NEW "Ahead of Time (AoT) Compilation" cookbook (2016-10-11)