Skip to content

Commit

Permalink
fix: Mispell caught by linter
Browse files Browse the repository at this point in the history
  • Loading branch information
noahmmcgivern committed Aug 6, 2024
1 parent 1e1e678 commit 87c04a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func IsValidUserAPIKeyFormat(key string) bool {

// Returns true if the given license key is valid.
// A valid license key is 40 characters in length,
// ends with "NRAL", and has a hexidecimal prefix.
// ends with "NRAL", and has a hexadecimal prefix.
func IsValidLicenseKeyFormat(licenseKey string) bool {
if len(licenseKey) != 40 {
return false
Expand Down

0 comments on commit 87c04a5

Please sign in to comment.