diff --git a/docs/snippets/modules/chains/popular/summarize.mdx b/docs/snippets/modules/chains/popular/summarize.mdx index 4b2f2523..d34fe362 100644 --- a/docs/snippets/modules/chains/popular/summarize.mdx +++ b/docs/snippets/modules/chains/popular/summarize.mdx @@ -178,7 +178,7 @@ chain({"input_documents": docs}, return_only_outputs=True) **Multi input prompt** -You can also use prompt with multi input. In this example, we will use a MapReduce chain to answer specifc question about our code. +You can also use prompt with multi input. In this example, we will use a MapReduce chain to answer specific question about our code. ```python