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