Skip to content

Commit

Permalink
Fix blog post typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Aug 24, 2020
1 parent 18b4cab commit 2fe0415
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/blog/2020-08-24-2.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ Math.min(
Math.min(
/* foo */
document.body.scrollHeight -
(window.scrollY + window.innerHeight) -
(window.scrollY + window.innerHeight) -
devsite_footer_height,
0
);
Expand Down Expand Up @@ -1777,7 +1777,7 @@ new Vue({el: '#app'})
### Handlebars (alpha)
#### Respect singleQuote option around attribute value more complex than a bare text ([#8375](https://github.com/prettier/prettier/pull/8375) by [@dcyriller](https://github.com/dcyriller)
#### Respect singleQuote option around attribute value more complex than a bare text ([#8375](https://github.com/prettier/prettier/pull/8375) by [@dcyriller](https://github.com/dcyriller))
<!-- prettier-ignore -->
```hbs
Expand All @@ -1803,7 +1803,7 @@ new Vue({el: '#app'})
<a href='url'></a>
```
#### Fix formatting of classic components inside element ([#8593](https://github.com/prettier/prettier/pull/8593) by [@mikoscz](https://github.com/mikoscz)
#### Fix formatting of classic components inside element ([#8593](https://github.com/prettier/prettier/pull/8593) by [@mikoscz](https://github.com/mikoscz))
<!-- prettier-ignore -->
```hbs
Expand Down Expand Up @@ -1839,7 +1839,7 @@ new Vue({el: '#app'})
</div>
```
#### Support escaping a mustache with a backslash ([#8634](https://github.com/prettier/prettier/pull/8634) by [@dcyriller](https://github.com/dcyriller)
#### Support escaping a mustache with a backslash ([#8634](https://github.com/prettier/prettier/pull/8634) by [@dcyriller](https://github.com/dcyriller))
<!-- prettier-ignore -->
```hbs
Expand All @@ -1859,7 +1859,7 @@ new Vue({el: '#app'})
\\\{{mustache}}
```
#### Format only class names in attributes ([#8677](https://github.com/prettier/prettier/pull/8677) by [@dcyriller](https://github.com/dcyriller)
#### Format only class names in attributes ([#8677](https://github.com/prettier/prettier/pull/8677) by [@dcyriller](https://github.com/dcyriller))
<!-- prettier-ignore -->
```hbs
Expand Down

0 comments on commit 2fe0415

Please sign in to comment.