diff --git a/docs/guides/file_sharing/secure_ftp_server_vsftpd.md b/docs/guides/file_sharing/secure_ftp_server_vsftpd.md index 890b4c43ae..255a525c07 100644 --- a/docs/guides/file_sharing/secure_ftp_server_vsftpd.md +++ b/docs/guides/file_sharing/secure_ftp_server_vsftpd.md @@ -78,7 +78,7 @@ Ensure that "write_enable" is yes also: write_enable=YES ``` -Find the line to "chroot_local_users" and remove the remark. Add two lines after that shown here: +Find the line to "chroot_local_user" and remove the remark. Add two lines after that shown here: ```bash chroot_local_user=YES