docs(AngularEntrypoint): add missing backticks
This commit is contained in:
parent
72444c40a7
commit
ca73852746
|
@ -15,6 +15,7 @@ import {CONST} from 'angular2/src/facade/lang';
|
||||||
* void main() {
|
* void main() {
|
||||||
* bootstrap(MyComponent);
|
* bootstrap(MyComponent);
|
||||||
* }
|
* }
|
||||||
|
* ```
|
||||||
*/
|
*/
|
||||||
@CONST()
|
@CONST()
|
||||||
export class AngularEntrypoint {
|
export class AngularEntrypoint {
|
||||||
|
|
Loading…
Reference in New Issue