Fix code highlighting
This commit is contained in:
		
							parent
							
								
									0bce2066de
								
							
						
					
					
						commit
						6a907143e9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -12,7 +12,7 @@ Imagine a common scenario. I have a pastry shop app and I click "New Donut". A f
 | 
				
			||||||
 | 
					
 | 
				
			||||||
In such a scenario it makes sense to write reusable components for our form elements. Consider the following:
 | 
					In such a scenario it makes sense to write reusable components for our form elements. Consider the following:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```hbs
 | 
					```html
 | 
				
			||||||
<button>New Donut</button>
 | 
					<button>New Donut</button>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{{#if this.creatingNewDonut}}
 | 
					{{#if this.creatingNewDonut}}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue