mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
typo
This commit is contained in:
@ -397,7 +397,7 @@ namespace Bit.Core.Utilities
|
||||
return Other2Qwerty(value, _dvorakMap, _qwertyDvorakMap);
|
||||
}
|
||||
|
||||
public static string Colemak2Qwery(string value)
|
||||
public static string Colemak2Qwerty(string value)
|
||||
{
|
||||
return Other2Qwerty(value, _colemakMap, _qwertyColemakMap);
|
||||
}
|
||||
|
Reference in New Issue
Block a user