From 16d578c7aa2818cce3736fc0018b022380cb496a Mon Sep 17 00:00:00 2001 From: Bruno Arueira Date: Wed, 19 Mar 2025 15:07:04 -0300 Subject: [PATCH] fix: typo with double 'the' --- docs/models/connectionresponse.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/models/connectionresponse.md b/docs/models/connectionresponse.md index 4b9c7765..ad4ce099 100644 --- a/docs/models/connectionresponse.md +++ b/docs/models/connectionresponse.md @@ -12,7 +12,7 @@ Provides details of a single connection. | `created_at` | *int* | :heavy_check_mark: | N/A | | `destination_id` | *str* | :heavy_check_mark: | N/A | | `name` | *str* | :heavy_check_mark: | N/A | -| `schedule` | [models.ConnectionScheduleResponse](../models/connectionscheduleresponse.md) | :heavy_check_mark: | schedule for when the the connection should run, per the schedule type | +| `schedule` | [models.ConnectionScheduleResponse](../models/connectionscheduleresponse.md) | :heavy_check_mark: | schedule for when the connection should run, per the schedule type | | `source_id` | *str* | :heavy_check_mark: | N/A | | `status` | [models.ConnectionStatusEnum](../models/connectionstatusenum.md) | :heavy_check_mark: | N/A | | `workspace_id` | *str* | :heavy_check_mark: | N/A | @@ -20,4 +20,4 @@ Provides details of a single connection. | `namespace_definition` | [Optional[models.NamespaceDefinitionEnum]](../models/namespacedefinitionenum.md) | :heavy_minus_sign: | Define the location where the data will be stored in the destination | | `namespace_format` | *Optional[str]* | :heavy_minus_sign: | N/A | | `non_breaking_schema_updates_behavior` | [Optional[models.NonBreakingSchemaUpdatesBehaviorEnum]](../models/nonbreakingschemaupdatesbehaviorenum.md) | :heavy_minus_sign: | Set how Airbyte handles syncs when it detects a non-breaking schema change in the source | -| `prefix` | *Optional[str]* | :heavy_minus_sign: | N/A | \ No newline at end of file +| `prefix` | *Optional[str]* | :heavy_minus_sign: | N/A |