diff --git a/public/docs/ts/latest/cookbook/set-document-title.jade b/public/docs/ts/latest/cookbook/set-document-title.jade index 6f22096183..1419d23080 100644 --- a/public/docs/ts/latest/cookbook/set-document-title.jade +++ b/public/docs/ts/latest/cookbook/set-document-title.jade @@ -61,12 +61,12 @@ code-example(format='') The [Title](../api/platform-browser/index/Title-class.html) service is a simple class that provides an API for getting and setting the current HTML document title: - 幸运的是,Angular 2在*浏览器平台*的包中,提供了一个`Title`服务,弥补了这个差别。 + 幸运的是,Angular 2在*浏览器平台*的包中,提供了一个`Title`服务,弥补了这种差异。 [Title](../api/platform/browser/Title-class.html)服务是一个简单的类,提供了一个API,用来获取和设置当前HTML文档的标题。 * `getTitle() : string` — Gets the title of the current HTML document. - *`getTitle(): string` —— 获取当前HTML文档的标题。 + * `getTitle(): string` —— 获取当前HTML文档的标题。 * `setTitle( newTitle : string )` — Sets the title of the current HTML document.