From a71988371db8f58b9f1cfb28b8389a0fe185b6f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Thu, 19 Sep 2024 10:21:20 -0600 Subject: [PATCH] Fix typo in setting description --- target_redshift/target.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target_redshift/target.py b/target_redshift/target.py index 934e3ae..97e9a11 100644 --- a/target_redshift/target.py +++ b/target_redshift/target.py @@ -151,7 +151,7 @@ def __init__( th.Property( "default_target_schema", th.StringType, - description="Redsdhift schema to send data to, example: tap-clickup", + description="Redshift schema to send data to, example: tap-clickup", ), th.Property( "activate_version",