Skip to content

Commit

Permalink
Fix typo in setting description
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Sep 19, 2024
1 parent f54bc9e commit a719883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target_redshift/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a719883

Please sign in to comment.