Commit 8f26cca
authored
Fix JS snippet syntax highlighting (#178)
In [this section of the Service Injection page](https://guides.emberjs.com/release/tutorial/part-2/service-injection/#toc_why-we-cant-test-windowlocationhref), the code snippet for the `super-rentals-test.js` file lacks syntax highlighting because the snippet language was set to Handlebars when it should be JavaScript:
<img width="755" alt="Screen Shot 2021-02-14 at 3 29 28 AM" src="https://user-images.githubusercontent.com/588690/107874171-e9a37f00-6e74-11eb-9c69-9ecdd2ff0331.png">1 parent d09b653 commit 8f26cca
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
0 commit comments