From f54ba3cc1bc6d8f489ff8b56d05e2f47d416c16e Mon Sep 17 00:00:00 2001 From: mgechev Date: Fri, 30 Oct 2015 19:02:14 +0200 Subject: [PATCH] docs(query_list): update highlight language Closes #5029 --- modules/angular2/src/core/linker/query_list.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular2/src/core/linker/query_list.ts b/modules/angular2/src/core/linker/query_list.ts index 9f96f761e9..710930d6d1 100644 --- a/modules/angular2/src/core/linker/query_list.ts +++ b/modules/angular2/src/core/linker/query_list.ts @@ -18,7 +18,7 @@ import {Observable, EventEmitter} from 'angular2/src/core/facade/async'; * NOTE: In the future this class will implement an `Observable` interface. * * ### Example ([live demo](http://plnkr.co/edit/RX8sJnQYl9FWuSCWme5z?p=preview)) - * ```javascript + * ```typescript * @Component({...}) * class Container { * constructor(@Query(Item) items: QueryList) {