From 88609565a3a7cf568011f0feeecb91d9d5bfcad3 Mon Sep 17 00:00:00 2001 From: Jorge Campo <62282406+jorge-campo@users.noreply.github.com> Date: Thu, 8 Feb 2024 21:03:00 +0100 Subject: [PATCH] docs: Fix typo in github.ipynb (#17259) 'agiven' -> 'a given' --- docs/docs/integrations/document_loaders/github.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/document_loaders/github.ipynb b/docs/docs/integrations/document_loaders/github.ipynb index 4b7bb7cdb28..d0caad93241 100644 --- a/docs/docs/integrations/document_loaders/github.ipynb +++ b/docs/docs/integrations/document_loaders/github.ipynb @@ -6,7 +6,7 @@ "source": [ "# GitHub\n", "\n", - "This notebooks shows how you can load issues and pull requests (PRs) for a given repository on [GitHub](https://github.com/). Also shows how you can load github files for agiven repository on [GitHub](https://github.com/). We will use the LangChain Python repository as an example." + "This notebooks shows how you can load issues and pull requests (PRs) for a given repository on [GitHub](https://github.com/). Also shows how you can load github files for a given repository on [GitHub](https://github.com/). We will use the LangChain Python repository as an example." ] }, {