Skip to content

Commit 405e218

Browse files
authored
Docs: Fix typo in table (#4582)
1 parent 5c60eaa commit 405e218

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ For example, you might have a specific connection where your tests should run re
243243
| Option | Description | Type | Required |
244244
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | :---------: | :------: |
245245
| `default_connection` | The default connection to use if one is not specified in a gateway (Default: A DuckDB connection that creates an in-memory database) | connection | N |
246-
| `default_test_connection` | The default connection to use when running tests if one is not specified in a gateway (Default: A DuckDB connection that creates an in-memory database | connection) | N |
246+
| `default_test_connection` | The default connection to use when running tests if one is not specified in a gateway (Default: A DuckDB connection that creates an in-memory database) | connection | N |
247247
| `default_scheduler` | The default scheduler configuration to use if one is not specified in a gateway (Default: built-in scheduler) | scheduler | N |
248248

249249
## Debug mode

0 commit comments

Comments
 (0)