mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixos/jenkins: fix typo in docstring (s/adress/address/)
This commit is contained in:
parent
c6b251f5d5
commit
b2d0886b37
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ in {
|
|||
example = "localhost";
|
||||
type = types.str;
|
||||
description = ''
|
||||
Specifies the bind adress on which the jenkins HTTP interface listens.
|
||||
The default is the wildcard adress.
|
||||
Specifies the bind address on which the jenkins HTTP interface listens.
|
||||
The default is the wildcard address.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue