mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 23:52:50 -05:00
Fix typos in comments (#2876)
This commit is contained in:
@ -39,7 +39,7 @@ public class HandlebarsMailServiceTests
|
||||
// This will send all emails to the test email address so that they can be viewed.
|
||||
var namedParameters = new Dictionary<(string, Type), object>
|
||||
{
|
||||
// TODO: Swith to use env variable
|
||||
// TODO: Switch to use env variable
|
||||
{ ("email", typeof(string)), "test@bitwarden.com" },
|
||||
{ ("user", typeof(User)), new User
|
||||
{
|
||||
|
Reference in New Issue
Block a user