Skip to content

Commit 2c28094

Browse files
committed
fix
1 parent 5f7726e commit 2c28094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/98-reference/.generated/compile-warnings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ Quoted attributes on components and custom elements will be stringified in a fut
592592
A bidirectional control character was detected in your code. These characters can be used to alter the visual direction of your code and could have unintended consequences
593593
```
594594

595-
Bidirectional control characters can alter the direction in which text appears to be in. For example, via control characters, you can make `defabc` look like `abcdef`. As a result, if you were to copy some code that has these control characters, they may alter the behavior of your code in ways you did not intend. For more information check out [this website](https://trojansource.codes).
595+
Bidirectional control characters can alter the direction in which text appears to be in. For example, via control characters, you can make `defabc` look like `abcdef`. As a result, if you were to unknowingly copy and paste some code that has these control characters, they may alter the behavior of your code in ways you did not intend. For more information check out [this website](https://trojansource.codes).
596596

597597
### bind_invalid_each_rest
598598

0 commit comments

Comments
 (0)