diff --git a/docs/content/guides/integrations/approaches-to-writing-integrations.mdx b/docs/content/guides/integrations/approaches-to-writing-integrations.mdx index b75ef94a6fddf..efc2d39f60e34 100644 --- a/docs/content/guides/integrations/approaches-to-writing-integrations.mdx +++ b/docs/content/guides/integrations/approaches-to-writing-integrations.mdx @@ -85,7 +85,7 @@ In the scenario where a single API call or configuration can result in multiple - **Efficiency:** Allows defining multiple assets in a single function, reducing boilerplate code. - **Simplicity:** Easier to manage related assets together. -- **Consistency:** Decorator based assets fit match the developer experience of the Dagster ecosystem. +- **Consistency:** Matches the the developer experience of the Dagster ecosystem by using decorator-based assets. ### Cons