Skip to content

Commit 8fb2fd7

Browse files
authored
docs: use correct tense in v3.7 blog post
1 parent 53338db commit 8fb2fd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/blog/2025-11-27-3.7.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ interface ExtendsLongOneWithGenerics extends Bar<
151151

152152
##### Inconsistent opening brace print logic of class and interface body
153153

154-
In Prettier v2.3, to improve visual separation between class head and body, [we start to print `{` of class body on a new line when the class has multiple heritages](https://prettier.io/blog/2021/05/09/2.3.0.html#improve-visual-separation-between-header-and-body-in-classes-with-multiline-headers-10085-by-sosukesuzuki).
154+
In Prettier v2.3, to improve visual separation between class head and body, [we started to print `{` of class body on a new line when the class has multiple heritages](https://prettier.io/blog/2021/05/09/2.3.0.html#improve-visual-separation-between-header-and-body-in-classes-with-multiline-headers-10085-by-sosukesuzuki).
155155

156156
<!-- prettier-ignore -->
157157
```tsx

0 commit comments

Comments
 (0)