From e55d8d63bf931e093312a1eae8cb6a16c8d35e82 Mon Sep 17 00:00:00 2001 From: luojiyin Date: Sun, 1 Mar 2026 14:00:36 +0800 Subject: [PATCH] fix: typo modifiying -> modifying in firefox.nix --- nixos/modules/programs/firefox.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/modules/programs/firefox.nix b/nixos/modules/programs/firefox.nix index 2012fe157e18..180e61231b07 100644 --- a/nixos/modules/programs/firefox.nix +++ b/nixos/modules/programs/firefox.nix @@ -254,7 +254,7 @@ in description = '' AutoConfig files can be used to set and lock preferences that are not covered by the policies.json for Mac and Linux. This method can be used to automatically - change user preferences or prevent the end user from modifiying specific + change user preferences or prevent the end user from modifying specific preferences by locking them. More info can be found in . ''; }; @@ -265,10 +265,10 @@ in description = '' AutoConfig files can be used to set and lock preferences that are not covered by the policies.json for Mac and Linux. This method can be used to automatically - change user preferences or prevent the end user from modifiying specific + change user preferences or prevent the end user from modifying specific preferences by locking them. More info can be found in . - Files are concated and autoConfig is appended. + Files are concatenated and autoConfig is appended. ''; };