From 1601ab9eb42aeb109e72d1ce126992b623a17840 Mon Sep 17 00:00:00 2001 From: Daniel Mangum <31777345+hasheddan@users.noreply.github.com> Date: Mon, 24 Jun 2024 11:07:07 -0400 Subject: [PATCH] fix(examples): correct typo in widgets example doc (#6412) Signed-off-by: Daniel Mangum --- examples/widgets/arc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/widgets/arc/index.rst b/examples/widgets/arc/index.rst index 6012702480..f13db9c63f 100644 --- a/examples/widgets/arc/index.rst +++ b/examples/widgets/arc/index.rst @@ -4,7 +4,7 @@ Simple Arc .. lv_example:: widgets/arc/lv_example_arc_1 :language: c - :description: A simple example to demonstrate the use ofan arc. + :description: A simple example to demonstrate the use of an arc. Loader with Arc ---------------