nixos/jenkins: fix typo in docstring (s/adress/address/)
This commit is contained in:
parent
c6b251f5d5
commit
b2d0886b37
@ -53,8 +53,8 @@ in {
|
|||||||
example = "localhost";
|
example = "localhost";
|
||||||
type = types.str;
|
type = types.str;
|
||||||
description = ''
|
description = ''
|
||||||
Specifies the bind adress on which the jenkins HTTP interface listens.
|
Specifies the bind address on which the jenkins HTTP interface listens.
|
||||||
The default is the wildcard adress.
|
The default is the wildcard address.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user