Skip to content

Commit 1a1637b

Browse files
Fix typo
1 parent 6ea5e03 commit 1a1637b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/check_modules.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ def check_modules():
4747
"category": "Typo",
4848
},
4949
"<sub>2</sub>": {
50-
"name": "Replace it with `²`.`.",
50+
"name": "Replace it with `²`.",
5151
"category": "Typo"
5252
},
5353
"<sup>2</sup>": {
54-
"name": "Replace it with `²`.`.",
54+
"name": "Replace it with `²`.",
5555
"category": "Typo"
5656
},
5757
'require("request")': {

0 commit comments

Comments
 (0)