0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos: fix typos

This commit is contained in:
figsoda 2022-12-17 19:31:14 -05:00
parent 695d4bc76b
commit 6bb0dbf91f
169 changed files with 241 additions and 241 deletions

View file

@ -51,7 +51,7 @@ in {
type = types.bool;
default = false;
description = lib.mdDoc ''
Explictly disables syncing of deposit logs from the execution node.
Explicitly disables syncing of deposit logs from the execution node.
This overrides any previous option that depends on it.
Useful if you intend to run a non-validating beacon node.
'';