Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix some typos #3936

Merged
merged 1 commit into from Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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