From 79faea944550cf5b665a06ef1f075a4c8a17ccba Mon Sep 17 00:00:00 2001 From: DetachHead <57028336+DetachHead@users.noreply.github.com> Date: Tue, 5 Aug 2025 13:29:41 +1000 Subject: [PATCH] fix "Framwork" typo in docs Signed-off-by: DetachHead <57028336+DetachHead@users.noreply.github.com> --- docs/01_about/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01_about/index.md b/docs/01_about/index.md index 26e7cd8f..3ba1be7e 100644 --- a/docs/01_about/index.md +++ b/docs/01_about/index.md @@ -60,7 +60,7 @@ RobotCode extends the Robot Framework CLI with enhanced tools for test execution - **Robust Debugging Capabilities:** RobotCode integrates a Debug Adapter Protocol (DAP) compatible debugger, enabling you to debug your Robot Framework tests with ease. Set breakpoints, step through code, inspect variables, and more, all from within your favorite editor. - Every IDE that supports the DAP can be used with RobotCode to debug Robot Framework tests. -### Robot Framwork Repl and Notebooks +### Robot Framework Repl and Notebooks - **Interactive REPL Environment:** Experiment with Robot Framework commands in an interactive Read-Eval-Print Loop (REPL) environment, perfect for testing out new ideas or troubleshooting issues on the fly. - **Jupyter Notebook-Like Experience:** Enjoy the flexibility of a Jupyter Notebook-like environment for working with Robot Framework code, allowing you to explore, test, and iterate quickly and efficiently.