Skip to content

Commit 5ef9571

Browse files
authored
Apply minor wording change
1 parent abb959c commit 5ef9571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changeset/quick-apples-count.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Now, the rule correctly detects and ignores multi-line concatenations with leadi
1212
**Example**
1313
```ts
1414
// The following code used to error if the `+` operators were at the start of lines (as opposed to the end).
15-
// Now, the rule correctly flags this as a stylistic concatenation and ignores it.
15+
// Now, the rule correctly recognizes this as a stylistic concatenation and ignores it.
1616
const reallyLongStringThatShouldNotError =
1717
"Lorem ipsum dolor sit amet consectetur adipiscing elit."
1818
+ "Quisque faucibus ex sapien vitae pellentesque sem placerat."

0 commit comments

Comments
 (0)