Skip to content

Commit

Permalink
chore: fix some typos (#3936)
Browse files Browse the repository at this point in the history
Signed-off-by: xinhangzhou <shuangcui@aliyun.com>
  • Loading branch information
xinhangzhou committed Mar 13, 2024
1 parent d9640f1 commit 5677f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockers/screenshotter/screenshotter.js
Expand Up @@ -71,7 +71,7 @@ const opts = require("commander")
.option("--wait <secs>",
"Wait this many seconds between page load and screenshot", parseFloat)
.option("--browserstack", "Use Browserstack. The username and access key"
+ " should be set as enviroment variable BROWSERSTACK_USER and"
+ " should be set as environment variable BROWSERSTACK_USER and"
+ " BROWSERSTACK_ACCESS_KEY")
.parse(process.argv)
.opts();
Expand Down
2 changes: 1 addition & 1 deletion src/symbols.js
Expand Up @@ -204,7 +204,7 @@ defineSymbol(math, main, rel, "\u21cc", "\\rightleftharpoons", true);

// AMS Negated Binary Relations
defineSymbol(math, ams, rel, "\u226e", "\\nless", true);
// Symbol names preceeded by "@" each have a corresponding macro.
// Symbol names preceded by "@" each have a corresponding macro.
defineSymbol(math, ams, rel, "\ue010", "\\@nleqslant");
defineSymbol(math, ams, rel, "\ue011", "\\@nleqq");
defineSymbol(math, ams, rel, "\u2a87", "\\lneq", true);
Expand Down

0 comments on commit 5677f37

Please sign in to comment.