0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

nixos: fix typos

This commit is contained in:
figsoda 2023-05-19 22:11:38 -04:00
parent a31ca7f220
commit 701bcdbead
58 changed files with 84 additions and 84 deletions

View file

@ -164,7 +164,7 @@ in
example = [ "--advertise-addr" "[fe80::f6f2:::]" ];
description = lib.mdDoc ''
Extra CLI arguments passed to {command}`cockroach start`.
For the full list of supported argumemnts, check <https://www.cockroachlabs.com/docs/stable/cockroach-start.html#flags>
For the full list of supported arguments, check <https://www.cockroachlabs.com/docs/stable/cockroach-start.html#flags>
'';
};
};