From 7e01798417c424c05685e0ff5f6f89f70dc3bfcd Mon Sep 17 00:00:00 2001 From: serced <52759935+serced@users.noreply.github.com> Date: Mon, 17 Mar 2025 09:33:51 +0100 Subject: [PATCH] docs: fix spelling of picture in usage (#1165) Signed-off-by: serced <52759935+serced@users.noreply.github.com> --- docs/usage/enrichments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/enrichments.md b/docs/usage/enrichments.md index 96e10f1..bec9ea6 100644 --- a/docs/usage/enrichments.md +++ b/docs/usage/enrichments.md @@ -8,7 +8,7 @@ The following table provides an overview of the default enrichment models availa | ------- | --------- | ---------------| ----------- | | Code understanding | `do_code_enrichment` | `CodeItem` | See [docs below](#code-understanding). | | Formula understanding | `do_formula_enrichment` | `TextItem` with label `FORMULA` | See [docs below](#formula-understanding). | -| Picrure classification | `do_picture_classification` | `PictureItem` | See [docs below](#picture-classification). | +| Picture classification | `do_picture_classification` | `PictureItem` | See [docs below](#picture-classification). | | Picture description | `do_picture_description` | `PictureItem` | See [docs below](#picture-description). |