diff --git a/docs/website/docs/dlt-ecosystem/transformations/index.md b/docs/website/docs/dlt-ecosystem/transformations/index.md index 1963c80f5b..b304aaf694 100644 --- a/docs/website/docs/dlt-ecosystem/transformations/index.md +++ b/docs/website/docs/dlt-ecosystem/transformations/index.md @@ -10,7 +10,7 @@ import DocCardList from '@theme/DocCardList'; If you'd like to transform your data after a pipeline load, you have 3 options available to you: * [Using dbt](./dbt/dbt.md) - dlt provides a convenient dbt wrapper to make integration easier -* [Using the `dlt` SQL client](./sql.md) - dlt exposes an sql client to transform data on your destination directly using sql +* [Using the `dlt` SQL client](./sql.md) - dlt exposes an SQL client to transform data on your destination directly using SQL. * [Using Python with DataFrames or Arrow tables](./python.md) - you can also transform your data using Arrow tables and DataFrames in Python. If you need to preprocess some of your data before it is loaded, you can learn about strategies to: