From 965286db3ee85af8419d6c8a99b2c0075ff514a3 Mon Sep 17 00:00:00 2001 From: Tom Pham Date: Wed, 13 Nov 2024 17:06:13 +0100 Subject: [PATCH] docs: fix spelling error (#28075) Fix spelling error in docs --- docs/docs/how_to/output_parser_custom.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how_to/output_parser_custom.ipynb b/docs/docs/how_to/output_parser_custom.ipynb index 26180b3fb6d94..a8cca984b6984 100644 --- a/docs/docs/how_to/output_parser_custom.ipynb +++ b/docs/docs/how_to/output_parser_custom.ipynb @@ -238,7 +238,7 @@ "id": "3a96a846-1296-4d92-8e76-e29e583dee22", "metadata": {}, "source": [ - "Here's a simple parser that can parse a **string** representation of a booealn (e.g., `YES` or `NO`) and convert it into the corresponding `boolean` type." + "Here's a simple parser that can parse a **string** representation of a boolean (e.g., `YES` or `NO`) and convert it into the corresponding `boolean` type." ] }, {