Skip to content

Commit b9ee36b

Browse files
committed
Revert "chore: remove localization from mdn link"
This reverts commit 504df7a. After internal discussion, we prefer lining to the english locale as most of mdn is auto translated fairly badly
1 parent 504df7a commit b9ee36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tags/tags.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ Checking for things to not be equal in JavaScript:
672672
- if (!yourVariable === yourOtherVariable) // !yourVariable is coerced to a boolean value
673673
+ if (yourVariable !== yourOtherVariable) // checks that one is not equal to the other
674674
```
675-
- Comparison operators in JavaScript: [learn more](https://developer.mozilla.org/docs/Web/JavaScript/Guide/Expressions_and_operators#comparison_operators)
675+
- Comparison operators in JavaScript: [learn more](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Expressions_and_operators#comparison_operators)
676676
"""
677677

678678
[member-user]

0 commit comments

Comments
 (0)