diff --git a/docs/docs/use_cases/summarization.ipynb b/docs/docs/use_cases/summarization.ipynb index fd22cdc9b0..5f68eba78a 100644 --- a/docs/docs/use_cases/summarization.ipynb +++ b/docs/docs/use_cases/summarization.ipynb @@ -290,7 +290,7 @@ "\n", "Let's unpack the map reduce approach. For this, we'll first map each document to an individual summary using an `LLMChain`. Then we'll use a `ReduceDocumentsChain` to combine those summaries into a single global summary.\n", " \n", - "First, we specfy the LLMChain to use for mapping each document to an individual summary:" + "First, we specify the LLMChain to use for mapping each document to an individual summary:" ] }, {