From befbe8139b0c40eec15e55931d1698233dff2bd2 Mon Sep 17 00:00:00 2001 From: Paschalis M <36159234+Paschalis@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:49:49 +0200 Subject: [PATCH] docs: fix typo in Introduction: "similator" to "simulator" (#7162) --- docs/intro/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/introduction.rst b/docs/intro/introduction.rst index 49e2858e0..292b041af 100644 --- a/docs/intro/introduction.rst +++ b/docs/intro/introduction.rst @@ -24,7 +24,7 @@ Key features - Single frame buffer operation even with advanced graphic effects - Written in C for maximal compatibility (C++ compatible) - :ref:`Simulator ` to start embedded GUI design on a PC without embedded hardware -- User code developed under similator can be shared with firmware to make UI development more efficient. +- User code developed under simulator can be shared with firmware to make UI development more efficient. - Binding to :ref:`MicroPython` - Tutorials, examples, themes for rapid GUI design - Documentation is available online