Skip to content

Commit 5677f37

Browse files
authored
chore: fix some typos (#3936)
Signed-off-by: xinhangzhou <shuangcui@aliyun.com>
1 parent d9640f1 commit 5677f37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dockers/screenshotter/screenshotter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const opts = require("commander")
7171
.option("--wait <secs>",
7272
"Wait this many seconds between page load and screenshot", parseFloat)
7373
.option("--browserstack", "Use Browserstack. The username and access key"
74-
+ " should be set as enviroment variable BROWSERSTACK_USER and"
74+
+ " should be set as environment variable BROWSERSTACK_USER and"
7575
+ " BROWSERSTACK_ACCESS_KEY")
7676
.parse(process.argv)
7777
.opts();

src/symbols.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ defineSymbol(math, main, rel, "\u21cc", "\\rightleftharpoons", true);
204204

205205
// AMS Negated Binary Relations
206206
defineSymbol(math, ams, rel, "\u226e", "\\nless", true);
207-
// Symbol names preceeded by "@" each have a corresponding macro.
207+
// Symbol names preceded by "@" each have a corresponding macro.
208208
defineSymbol(math, ams, rel, "\ue010", "\\@nleqslant");
209209
defineSymbol(math, ams, rel, "\ue011", "\\@nleqq");
210210
defineSymbol(math, ams, rel, "\u2a87", "\\lneq", true);

0 commit comments

Comments
 (0)