Merge pull request #37305 from sorki/docfix
nixos manual: fix (n)of typo
This commit is contained in:
commit
b5c8839ea5
1 changed files with 2 additions and 2 deletions
|
@ -282,8 +282,8 @@ options.mod = mkOption {
|
|||
option set (<xref linkend='ex-submodule-listof-definition' />).</para>
|
||||
|
||||
|
||||
<example xml:id='ex-submodule-listof-declaration'><title>Declaration of a list
|
||||
nof submodules</title>
|
||||
<example xml:id='ex-submodule-listof-declaration'><title>Declaration of a list
|
||||
of submodules</title>
|
||||
<screen>
|
||||
options.mod = mkOption {
|
||||
description = "submodule example";
|
||||
|
|
Loading…
Reference in a new issue