diff --git a/website/pages/en/cookbook/derivedfrom.mdx b/website/pages/en/cookbook/derivedfrom.mdx index 23b1ee41af9b..75827a185a6b 100644 --- a/website/pages/en/cookbook/derivedfrom.mdx +++ b/website/pages/en/cookbook/derivedfrom.mdx @@ -70,7 +70,7 @@ This will not only make our subgraph more efficient, but it will also unlock thr Use the `@derivedFrom` directive in subgraphs to effectively manage dynamically growing arrays, enhancing indexing efficiency and data retrieval. -To learn more detailed strategies to avoid large arrays, read this blog from Kevin Jones: [Best Practices in Subgraph Development: Avoiding Large Arrays](https://thegraph.com/blog/improve-subgraph-performance-avoiding-large-arrays/). +For a more detailed explanation of strategies to avoid large arrays, check out Kevin Jones' blog: [Best Practices in Subgraph Development: Avoiding Large Arrays](https://thegraph.com/blog/improve-subgraph-performance-avoiding-large-arrays/). ## Subgraph Best Practices 1-6