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

Fix typos #794

Merged
merged 1 commit into from
Mar 17, 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 cmd/vale/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var commandInfo = map[string]string{
"ls-config": "Print the current configuration to stdout.",
"ls-metrics": "Print the given file's internal metrics to stdout.",
"ls-dirs": "Print the default configuration directories to stdout.",
"ls-vars": "Print the supported enviroment variables to stdout.",
"ls-vars": "Print the supported environment variables to stdout.",
"sync": "Download and install external configuration sources.",
"host-install": "Install the Vale native messaging host for the given browser.",
"host-uninstall": "Uninstall the Vale native messaging host for the given browser.",
Expand Down
2 changes: 1 addition & 1 deletion internal/lint/ast.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (l *Linter) lintHTMLTokens(f *core.File, raw []byte, offset int) error { //
// (See issue #105 for more info.)
//
// We no longer support this because the performance (+memory)
// overhead is too high. Instead, we reccomend that users use
// overhead is too high. Instead, we recommend that users use
// `scope: raw` and target the actual markup they want to lint.
//
// Styles should still be able to support rules that require this
Expand Down