Merge pull request #31076 from danbst/patch-14

containers: autoStart doc typo

authored by Jörg Thalheim and committed by GitHub 89af540c cd2851b3

+1 -1
+1 -1
nixos/modules/virtualisation/containers.nix
··· 537 type = types.bool; 538 default = false; 539 description = '' 540 - Wether the container is automatically started at boot-time. 541 ''; 542 }; 543
··· 537 type = types.bool; 538 default = false; 539 description = '' 540 + Whether the container is automatically started at boot-time. 541 ''; 542 }; 543