Skip to content

Commit

Permalink
[DOCS] Fix typo in IPv6 address notes (#1566)
Browse files Browse the repository at this point in the history
  • Loading branch information
nightah committed Dec 29, 2020
1 parent b12528a commit 1debc82
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/configuration/authentication/ldap.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ register a second factor device.

## IPv6 Addresses

If utilising an IPv6 literal address it must enclosed by square brackets:
If utilising an IPv6 literal address it must be enclosed by square brackets:
```yaml
url: ldap://[fd00:1111:2222:3333::1]
```
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/miscellaneous.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ host: 0.0.0.0
port: 9091
```

Note: If utilising an IPv6 literal address it must enclosed by square brackets and quoted:
Note: If utilising an IPv6 literal address it must be enclosed by square brackets and quoted:

```yaml
host: "[fd00:1111:2222:3333::1]"
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/notifier/smtp.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Most configuration options are self-explanatory, however here is an explanation
be as obvious.

### host
If utilising an IPv6 literal address it must enclosed by square brackets and quoted:
If utilising an IPv6 literal address it must be enclosed by square brackets and quoted:
```yaml
host: "[fd00:1111:2222:3333::1]"
```
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/session.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ for [duration notation format](index.md#duration-notation-format) for more infor

## IPv6 Addresses

If utilising an IPv6 literal address it must enclosed by square brackets and quoted:
If utilising an IPv6 literal address it must be enclosed by square brackets and quoted:
```yaml
host: "[fd00:1111:2222:3333::1]"
```
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/storage/mariadb.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ storage:

## IPv6 Addresses

If utilising an IPv6 literal address it must enclosed by square brackets and quoted:
If utilising an IPv6 literal address it must be enclosed by square brackets and quoted:
```yaml
host: "[fd00:1111:2222:3333::1]"
```
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/storage/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ storage:

## IPv6 Addresses

If utilising an IPv6 literal address it must enclosed by square brackets and quoted:
If utilising an IPv6 literal address it must be enclosed by square brackets and quoted:
```yaml
host: "[fd00:1111:2222:3333::1]"
```
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/storage/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ storage:

## IPv6 Addresses

If utilising an IPv6 literal address it must enclosed by square brackets and quoted:
If utilising an IPv6 literal address it must be enclosed by square brackets and quoted:
```yaml
host: "[fd00:1111:2222:3333::1]"
```
Expand Down

0 comments on commit 1debc82

Please sign in to comment.