mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: Smart quote that breaks code block (#53488)
Signed-off-by: Aditya Kumar <aditya.kumar60@infosys.com> PR Close #53488
This commit is contained in:
parent
58d2df8856
commit
e1d01c7be8
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ import { Component } from '@angular/core';
|
|||
import { CalculatorService } from './calculator.service';
|
||||
|
||||
@Component({
|
||||
selector: 'app-receipt’,
|
||||
selector: 'app-receipt',
|
||||
template: `<h1>The total is {{ totalCost }}</h1>`,
|
||||
})
|
||||
|
||||
|
|
|
|||
|
|
@ -291,7 +291,7 @@ import { Component } from '@angular/core';
|
|||
import { CalculatorService } from './calculator.service';
|
||||
|
||||
@Component({
|
||||
selector: 'app-receipt’,
|
||||
selector: 'app-receipt',
|
||||
template: `<h1>The total is {{ totalCost }}</h1>`,
|
||||
})
|
||||
export class Receipt {
|
||||
|
|
|
|||
Loading…
Reference in a new issue