1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-08 20:20:32 -05:00

fix spelling

This commit is contained in:
Nick Krantz 2025-05-28 15:37:37 -05:00
parent 0e277adb3e
commit 31c78482e8
No known key found for this signature in database
GPG Key ID: FF670021ABCAB82E

View File

@ -55,7 +55,7 @@ public interface ICipherRepository : IRepository<Cipher, Guid>
Guid userId);
/// <summary>
/// Returns the users and the cipher ids for security tawsks that are applicable to them.
/// Returns the users and the cipher ids for security tasks that are applicable to them.
///
/// Security tasks are actionable when a user has manage access to the associated cipher.
/// </summary>