From 1cd556e6dd2dedbb312c0d1f74d24a325bc8e681 Mon Sep 17 00:00:00 2001 From: eladeyal-intel Date: Thu, 9 Jul 2020 18:55:43 +0300 Subject: [PATCH] typo --- docs/Using-Richtext-Controls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Using-Richtext-Controls.md b/docs/Using-Richtext-Controls.md index 17ff605..f92db63 100644 --- a/docs/Using-Richtext-Controls.md +++ b/docs/Using-Richtext-Controls.md @@ -4,7 +4,7 @@

-Gooey has a support for basic terminal control sequences. These let you control weight and color of the output font. For a full runnable example, checkout the code [from the examlpes repository](https://github.com/chriskiehl/GooeyExamples/blob/master/examples/richtext_demo.py) +Gooey has a support for basic terminal control sequences. These let you control weight and color of the output font. For a full runnable example, checkout the code [from the examples repository](https://github.com/chriskiehl/GooeyExamples/blob/master/examples/richtext_demo.py) You can enable this mode by passing the `richtext_controls` option to the Gooey decorator.