From 36cb20bf9aa3cf5916868cbef5f5d2cd4cdb3295 Mon Sep 17 00:00:00 2001 From: Vicky Sekhon <114193273+VickySekhon@users.noreply.github.com> Date: Sun, 3 Nov 2024 12:50:12 -0500 Subject: [PATCH] fix(docs): correct spelling of 'individual' Signed-off-by: Vicky Sekhon <114193273+VickySekhon@users.noreply.github.com> --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 5493c2ee3..c83e0d76f 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -2,7 +2,7 @@ ### Convert a single document -To convert invidual PDF documents, use `convert()`, for example: +To convert individual PDF documents, use `convert()`, for example: ```python from docling.document_converter import DocumentConverter