Skip to content

Commit

Permalink
Fix typo in env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcg committed Feb 12, 2025
1 parent 0b55a41 commit 715d4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/accessibility/accessibility.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
// accessibility features. If the value is empty, "0", or "false", the accessibility
// features are disabled. Any other value enables the accessibility features. Note that
// this environment variable supercedes the configuration file's accessible setting.
const ACCESSIBILITY_ENV = "ACCESSIBILE"
const ACCESSIBILITY_ENV = "ACCESSIBLE"

// IsEnabled returns true if accessibility features are enabled via the ACCESSIBILITY
// environment variable or the configuration file.
Expand Down

0 comments on commit 715d4bf

Please sign in to comment.