From 37781911f63d90b6226fbd10c574197c81e2e76b Mon Sep 17 00:00:00 2001 From: Dale Ribeiro Date: Fri, 5 Dec 2025 03:24:32 -0500 Subject: [PATCH] Fix typo in Linux disk encryption documentation (#36719) --- articles/linux-disk-encryption-end-user.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/linux-disk-encryption-end-user.md b/articles/linux-disk-encryption-end-user.md index 131d4d60a4..89fc679c84 100644 --- a/articles/linux-disk-encryption-end-user.md +++ b/articles/linux-disk-encryption-end-user.md @@ -6,7 +6,7 @@ LUKS (Linux Unified Key Setup) is a standard tool for encrypting Linux disks. It Fleet securely stores a passphrase to ensure that the data on your work computer is always recoverable. To get your computer set up for key escrow, you will first need to enable disk encryption on your end, then provide your encryption passphrase to Fleet. -Currenly, Fleet does not support escrowing Linux disk encryption keys on hosts that have multiple user acocunts. For Linux hosts that need to have multiple user accounts, the best practice is to create and escrow the disk encryption before creating additional user accounts on the host. +Currently, Fleet does not support escrowing Linux disk encryption keys on hosts that have multiple user accounts. For Linux hosts that need to have multiple user accounts, the best practice is to create and escrow the disk encryption before creating additional user accounts on the host. Follow the steps below to get set up.