Skip to content

Commit 8bd8087

Browse files
authored
docs(configuration.md): fix typo (#351)
* docs(configuration.md): fix typo - remove duplicate `than` * docs(configuration.md): fix typo - remove duplicate `than` * docs(configuration.md): fix typo - remove duplicate `than` * docs(configuration.md): fix typo - remove duplicate `than` * docs(configuration.md): fix typo - remove duplicate `than` * docs(configuration.md): fix typo - remove duplicate `than`
1 parent 5a5e07c commit 8bd8087

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/deployments/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ http:
7373

7474
`compressionThreshold` - _Type_: number; _Default_: 1200 (bytes)
7575

76-
For HTTP clients that support (Brotli) compression encoding, responses that are larger than than this threshold will be compressed (also note that for clients that accept compression, any streaming responses from queries are compressed as well, since the size is not known beforehand).
76+
For HTTP clients that support (Brotli) compression encoding, responses that are larger than this threshold will be compressed (also note that for clients that accept compression, any streaming responses from queries are compressed as well, since the size is not known beforehand).
7777

7878
```yaml
7979
http:

versioned_docs/version-4.2/deployments/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ http:
5151
5252
`compressionThreshold` - _Type_: number; _Default_: 1200 (bytes)
5353

54-
For HTTP clients that support (Brotli) compression encoding, responses that are larger than than this threshold will be compressed (also note that for clients that accept compression, any streaming responses from queries are compressed as well, since the size is not known beforehand).
54+
For HTTP clients that support (Brotli) compression encoding, responses that are larger than this threshold will be compressed (also note that for clients that accept compression, any streaming responses from queries are compressed as well, since the size is not known beforehand).
5555

5656
```yaml
5757
http:

versioned_docs/version-4.3/deployments/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ http:
5151
5252
`compressionThreshold` - _Type_: number; _Default_: 1200 (bytes)
5353

54-
For HTTP clients that support (Brotli) compression encoding, responses that are larger than than this threshold will be compressed (also note that for clients that accept compression, any streaming responses from queries are compressed as well, since the size is not known beforehand).
54+
For HTTP clients that support (Brotli) compression encoding, responses that are larger than this threshold will be compressed (also note that for clients that accept compression, any streaming responses from queries are compressed as well, since the size is not known beforehand).
5555

5656
```yaml
5757
http:

versioned_docs/version-4.4/deployments/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ http:
5151
5252
`compressionThreshold` - _Type_: number; _Default_: 1200 (bytes)
5353

54-
For HTTP clients that support (Brotli) compression encoding, responses that are larger than than this threshold will be compressed (also note that for clients that accept compression, any streaming responses from queries are compressed as well, since the size is not known beforehand).
54+
For HTTP clients that support (Brotli) compression encoding, responses that are larger than this threshold will be compressed (also note that for clients that accept compression, any streaming responses from queries are compressed as well, since the size is not known beforehand).
5555

5656
```yaml
5757
http:

versioned_docs/version-4.5/deployments/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ http:
7373

7474
`compressionThreshold` - _Type_: number; _Default_: 1200 (bytes)
7575

76-
For HTTP clients that support (Brotli) compression encoding, responses that are larger than than this threshold will be compressed (also note that for clients that accept compression, any streaming responses from queries are compressed as well, since the size is not known beforehand).
76+
For HTTP clients that support (Brotli) compression encoding, responses that are larger than this threshold will be compressed (also note that for clients that accept compression, any streaming responses from queries are compressed as well, since the size is not known beforehand).
7777

7878
```yaml
7979
http:

versioned_docs/version-4.6/deployments/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ http:
7373

7474
`compressionThreshold` - _Type_: number; _Default_: 1200 (bytes)
7575

76-
For HTTP clients that support (Brotli) compression encoding, responses that are larger than than this threshold will be compressed (also note that for clients that accept compression, any streaming responses from queries are compressed as well, since the size is not known beforehand).
76+
For HTTP clients that support (Brotli) compression encoding, responses that are larger than this threshold will be compressed (also note that for clients that accept compression, any streaming responses from queries are compressed as well, since the size is not known beforehand).
7777

7878
```yaml
7979
http:

0 commit comments

Comments
 (0)