docs(AngularEntrypoint): add missing backticks

This commit is contained in:
Peter Bacon Darwin 2015-12-09 12:32:21 +00:00 committed by Pete Bacon Darwin
parent 72444c40a7
commit ca73852746
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ import {CONST} from 'angular2/src/facade/lang';
* void main() {
* bootstrap(MyComponent);
* }
* ```
*/
@CONST()
export class AngularEntrypoint {